Merge pull request #1405 from NiLuJe/master

Fix input on KT2 (re #1403)
This commit is contained in:
Huang Xin
2015-01-31 07:40:26 +08:00
2 changed files with 3 additions and 5 deletions

2
base

Submodule base updated: 7221107c11...ccf469ff25

View File

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