Fix input devices on K2

This commit is contained in:
NiLuJe
2015-09-06 16:47:15 +02:00
parent ffd3f5c1cc
commit dc7b854196

View File

@@ -83,6 +83,7 @@ function Kindle2:init()
device = self,
event_map = require("device/kindle/event_map_keyboard"),
}
self.input.open("/dev/input/event0")
self.input.open("/dev/input/event1")
Kindle.init(self)
end