Quote:
Originally Posted by NiLuJe
Can you try this random shot in the dark patch (based on the fact that the KT4 output looks eerily similar to the one from Kobo's Mk. 7 devices):
|
That can't work. For a quick test, it should be something like this. (See
here why not.)
Code:
diff --git a/frontend/device/kindle/device.lua b/frontend/device/kindle/device.lua
index 501d0735..2505f8dc 100644
--- a/frontend/device/kindle/device.lua
+++ b/frontend/device/kindle/device.lua
@@ -755,6 +755,7 @@ function KindleBasic3:init()
Kindle.init(self)
+ self.input.snow_protocol = true
self.input.open(self.touch_dev)
self.input.open("fake_events")
end