mirror of
https://gitlab.freedesktop.org/libevdev/libevdev.git
synced 2025-12-20 23:10:06 +01:00
README: fix library name
libevdevdev was an old name for this library. libevemu is something completely different. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
5a3d928ba6
commit
ec24e005c3
1 changed files with 3 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
libevemu - wrapper library for evdev input devices
|
libevdev - wrapper library for evdev input devices
|
||||||
==================================================
|
==================================================
|
||||||
|
|
||||||
libevdevdev is a wrapper library for evdev devices. it moves the common
|
libevdev is a wrapper library for evdev devices. it moves the common
|
||||||
tasks when dealing with evdev devices into a library and provides a library
|
tasks when dealing with evdev devices into a library and provides a library
|
||||||
interface to the callers, thus avoiding erroneous ioctls, etc.
|
interface to the callers, thus avoiding erroneous ioctls, etc.
|
||||||
|
|
||||||
|
|
@ -24,7 +24,7 @@ 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
|
issue a SYN_DROPPED event signalling dropped event. The userspace process
|
||||||
must re-sync the device.
|
must re-sync the device.
|
||||||
|
|
||||||
libevdevdev semi-transparently handles SYN_DROPPED events, providing an
|
libevdev semi-transparently handles SYN_DROPPED events, providing an
|
||||||
interface to the caller to sync up device state without having to manually
|
interface to the caller to sync up device state without having to manually
|
||||||
compare bitfields. Instead, libevdev sends the 'missing' events to the
|
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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue