Update README
authorPeter Hutterer <peter.hutterer@who-t.net>
Mon, 3 Jun 2013 05:24:54 +0000 (15:24 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Mon, 3 Jun 2013 05:25:15 +0000 (15:25 +1000)
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
README.md

index d7ddd2b..37c1859 100644 (file)
--- 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.