README: Drop the details, refer to documentation instead
authorPeter Hutterer <peter.hutterer@who-t.net>
Wed, 3 Jul 2013 05:15:10 +0000 (15:15 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Wed, 3 Jul 2013 05:53:50 +0000 (15:53 +1000)
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
README.md

index cbc357617cc2758db4b1ec5adfda4210301873d0..a34f4093bd14669b7797cdf7a0b35645253dfc9a 100644 (file)
--- a/README.md
+++ b/README.md
@@ -15,21 +15,3 @@ devices, thus making direct access unnecessary.
 Go here for the API documentation:
 http://whot.github.io/libevdev/
 
-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
---------------------
-SYN_DROPPED is sent by the kernel if userspace cannot keep up with the
-reporting rate of the device. Once the kernel's buffer is full, it will
-issue a SYN_DROPPED event signalling dropped event. The userspace process
-must re-sync the device.
-
-libevdev semi-transparently handles SYN_DROPPED events, providing an
-interface to the caller to sync up device state without having to manually
-compare bitfields. Instead, libevdev sends the 'missing' events to the
-caller, allowing it to use the same event processing paths as it would
-otherwise.
-