summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2013-06-28 05:58:57 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2013-06-28 05:59:29 +1000
commitec24e005c352bed36efc206a0ce7af846544573a (patch)
tree9366098717be0d836e0edf5fe471f72c172408df /README.md
parent5a3d928ba6a9081ee03a073c6da9ab54059bb251 (diff)
downloadlibevdev-ec24e005c352bed36efc206a0ce7af846544573a.tar.gz
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>
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files 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