mirror of
https://gitlab.freedesktop.org/libevdev/libevdev.git
synced 2025-12-21 00:20:06 +01:00
Update README
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
46b829a4f2
commit
bfc41a9ab9
1 changed files with 7 additions and 8 deletions
15
README.md
15
README.md
|
|
@ -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.
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue