From ec24e005c352bed36efc206a0ce7af846544573a Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 28 Jun 2013 05:58:57 +1000 Subject: [PATCH] README: fix library name libevdevdev was an old name for this library. libevemu is something completely different. Signed-off-by: Peter Hutterer --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 37c1859..cdcc182 100644 --- a/README.md +++ b/README.md @@ -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 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 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 compare bitfields. Instead, libevdev sends the 'missing' events to the caller, allowing it to use the same event processing paths as it would -- 2.7.4