Find a file
Peter Hutterer a9a5a93a78 Change github.com references to freedesktop.org
Except for the API documentation, that'll stay on github for now until
I figure out where to put it (and have the space to put it in).

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2013-07-17 13:06:35 +10:00
doc doc: css changes for gnome web 2013-07-06 10:26:54 +10:00
libevdev Change github.com references to freedesktop.org 2013-07-17 13:06:35 +10:00
test test: add uinput prop bits and the test for it 2013-07-11 09:09:14 +10:00
tools Add a flag for blocking read 2013-07-02 10:59:01 +10:00
.gitignore gitignore: add generated doxygen file 2013-07-01 10:10:25 +10:00
configure.ac Use doxygen instead of man pages 2013-06-27 10:41:54 +10:00
COPYING libevdev is a library to handle evdev devices 2013-05-29 15:33:21 +10:00
libevdev.pc.in libevdev is a library to handle evdev devices 2013-05-29 15:33:21 +10:00
Makefile.am Build doc first, to see the warnings better 2013-06-28 10:18:03 +10:00
README.md Change github.com references to freedesktop.org 2013-07-17 13:06:35 +10:00

libevdev - wrapper library for evdev input devices

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.

git://git.freedesktop.org/git/libevdev http://cgit.freedesktop.org/libevdev/

libevdev is currently in early stages of development. Use at your own risk

The eventual goal is that libevdev wraps all ioctls available to evdev devices, thus making direct access unnecessary.

Go here for the API documentation: http://whot.github.io/libevdev/

File bugs in the freedesktop.org bugzilla: https://bugs.freedesktop.org/enter_bug.cgi?product=libevdev