mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +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:
@@ -755,6 +755,7 @@ function KindleBasic3:init()
|
||||
|
||||
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("fake_events")
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user