mirror of
https://github.com/koreader/koreader
synced 2024-11-10 01:10:34 +00:00
[fix] Kindle Basic 3: use Kobo snow protocol (#5071)
Otherwise touch will be stuck in perpetual hold. Fixes https://github.com/koreader/koreader/issues/5070
This commit is contained in:
parent
9300a59a89
commit
6f153255d6
@ -755,6 +755,7 @@ function KindleBasic3:init()
|
|||||||
|
|
||||||
Kindle.init(self)
|
Kindle.init(self)
|
||||||
|
|
||||||
|
self.input.snow_protocol = true -- cf. https://github.com/koreader/koreader/issues/5070
|
||||||
self.input.open(self.touch_dev)
|
self.input.open(self.touch_dev)
|
||||||
self.input.open("fake_events")
|
self.input.open("fake_events")
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user