mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Merge pull request #1405 from NiLuJe/master
Fix input on KT2 (re #1403)
This commit is contained in:
2
base
2
base
Submodule base updated: 7221107c11...ccf469ff25
@@ -56,8 +56,7 @@ local KindlePaperWhite2 = Kindle:new{
|
||||
local KindleBasic = Kindle:new{
|
||||
model = "KindleBasic",
|
||||
isTouchDevice = yes,
|
||||
-- FIXME!
|
||||
touch_dev = "/dev/input/event0",
|
||||
touch_dev = "/dev/input/event1",
|
||||
}
|
||||
|
||||
local KindleVoyage = Kindle:new{
|
||||
@@ -177,8 +176,7 @@ function KindleBasic:init()
|
||||
|
||||
Kindle.init(self)
|
||||
|
||||
-- FIXME!
|
||||
self.input.open("/dev/input/event0")
|
||||
self.input.open("/dev/input/event1")
|
||||
self.input.open("fake_events")
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user