2
0
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:
Frans de Jonge 2019-06-11 09:12:57 +02:00 committed by GitHub
parent 9300a59a89
commit 6f153255d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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