Fix input on KT2 devices (re #1403)

This commit is contained in:
NiLuJe
2015-01-30 19:00:29 +01:00
parent 5d815128cd
commit 06bf4a2199

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