diff options
author | Ran Benita <ran234@gmail.com> | 2011-12-13 14:00:44 +0200 |
---|---|---|
committer | David Herrmann <dh.herrmann@googlemail.com> | 2011-12-30 18:07:23 +0100 |
commit | 33afda84213fcb730e9d2b369a90936f596f6c37 (patch) | |
tree | d1d72a9ebf4a493c62b4c71c97bcac40bb6bcc5f /README | |
parent | f60356d429ca9931e940387d1aef8df34bee7c54 (diff) |
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>
Diffstat (limited to 'README')
-rw-r--r-- | README | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ console. == Requirements == Kmscon requires the following software: + - udev - mesa with: - EGL library - gbm library |