From bfc41a9ab989581b1b1306cbf14f358e20b7c62c Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 3 Jun 2013 15:24:54 +1000 Subject: [PATCH] Update README Signed-off-by: Peter Hutterer --- README.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index d7ddd2b..37c1859 100644 --- a/README.md +++ b/README.md @@ -9,11 +9,13 @@ http://github.com/whot/libevdev **libevdev is currently in early stages of development. Use at your own risk** -Device capabilities -------------------- -libevdev provides interfaces to query a device's capabilities. These -interfaces are type-safe (as opposed to the ioctl bits) and protect against -invalid codes, etc. +The eventual goal is that libevdev wraps all ioctls available to evdev +devices, thus making direct access unnecessary. + +ioctl wrappers +-------------- +libevdev provides interfaces to query a device's capabilities, providing +type-safe interfaces to query and set a device's capabilities and state. SYN_DROPPED handling -------------------- @@ -28,6 +30,3 @@ compare bitfields. Instead, libevdev sends the 'missing' events to the caller, allowing it to use the same event processing paths as it would otherwise. -Changing devices ----------------- -libevdev provides interfaces to **modify** the kernel device. -- 2.7.4