only device event0 and event1 do exist, remove others.

This commit is contained in:
Hans-Werner Hilse
2015-01-09 15:55:04 +00:00
parent c28d973941
commit d016858d75

View File

@@ -29,8 +29,6 @@ function PocketBook:init()
self.input.open("/dev/input/event0")
self.input.open("/dev/input/event1")
self.input.open("/dev/input/event2")
self.input.open("/dev/input/event3")
Generic.init(self)
end