summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorRan Benita <ran234@gmail.com>2011-12-13 14:00:44 +0200
committerDavid Herrmann <dh.herrmann@googlemail.com>2011-12-30 18:07:23 +0100
commit33afda84213fcb730e9d2b369a90936f596f6c37 (patch)
treed1d72a9ebf4a493c62b4c71c97bcac40bb6bcc5f /README
parentf60356d429ca9931e940387d1aef8df34bee7c54 (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--README1
1 files changed, 1 insertions, 0 deletions
diff --git a/README b/README
index db3d990..d0b61f0 100644
--- a/README
+++ b/README
@@ -5,6 +5,7 @@ console.
== Requirements ==
Kmscon requires the following software:
+ - udev
- mesa with:
- EGL library
- gbm library