[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
pull/5074/head
Frans de Jonge 5 years ago committed by GitHub
parent 9300a59a89
commit 6f153255d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save