Ran Benita 33afda8421 input: add infrastructure for an input subsystem
This does all the boring stuff for an input subsystem:
- Input device discovery using udev
- Input device hotplug (add/remove)
- Reading the evdev data from the devices
- Publishing input events to a callback through the eloop
- Suspending and resuming the input capture

Currently the delivered input events are basically just evdev's
"struct input_event" (type, code, value). More work is required to
have it pass out useful data.

Signed-off-by: Ran Benita <ran234@gmail.com>
Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
2011-12-30 18:07:23 +01:00
..
2011-12-26 12:48:36 +01:00
2011-12-26 14:24:31 +01:00
2011-12-03 16:38:14 +01:00
2011-12-03 16:38:14 +01:00
2011-12-02 15:15:05 +01:00
2011-12-02 13:23:22 +01:00
2011-12-30 17:13:15 +01:00
2011-12-30 13:47:36 +01:00
2011-12-30 13:47:36 +01:00