mirror of
https://gitlab.freedesktop.org/libevdev/libevdev.git
synced 2025-12-25 16:20:06 +01:00
README: Drop the details, refer to documentation instead
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
1527c0056f
commit
5f5c3727c6
1 changed files with 0 additions and 18 deletions
18
README.md
18
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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue