Fix input devices on K4

This commit is contained in:
NiLuJe
2015-09-06 16:32:00 +02:00
parent f85c10e3b9
commit ffd3f5c1cc

View File

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