Update README

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2013-06-03 15:24:54 +10:00
parent 46b829a4f2
commit bfc41a9ab9

View file

@ -9,11 +9,13 @@ http://github.com/whot/libevdev
**libevdev is currently in early stages of development. Use at your own risk** **libevdev is currently in early stages of development. Use at your own risk**
Device capabilities The eventual goal is that libevdev wraps all ioctls available to evdev
------------------- devices, thus making direct access unnecessary.
libevdev provides interfaces to query a device's capabilities. These
interfaces are type-safe (as opposed to the ioctl bits) and protect against ioctl wrappers
invalid codes, etc. --------------
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 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 caller, allowing it to use the same event processing paths as it would
otherwise. otherwise.
Changing devices
----------------
libevdev provides interfaces to **modify** the kernel device.