2013-06-28 05:58:57 +10:00
|
|
|
libevdev - wrapper library for evdev input devices
|
2013-05-27 14:59:41 +10:00
|
|
|
==================================================
|
|
|
|
|
|
2013-06-28 05:58:57 +10:00
|
|
|
libevdev is a wrapper library for evdev devices. it moves the common
|
2013-05-27 14:59:41 +10:00
|
|
|
tasks when dealing with evdev devices into a library and provides a library
|
|
|
|
|
interface to the callers, thus avoiding erroneous ioctls, etc.
|
|
|
|
|
|
2018-06-06 18:20:03 +10:00
|
|
|
git@gitlab.freedesktop.org:libevdev/libevdev.git
|
|
|
|
|
https://gitlab.freedesktop.org/libevdev/libevdev.git
|
2013-05-27 14:59:41 +10:00
|
|
|
|
2013-06-03 15:24:54 +10:00
|
|
|
The eventual goal is that libevdev wraps all ioctls available to evdev
|
|
|
|
|
devices, thus making direct access unnecessary.
|
|
|
|
|
|
2013-06-28 06:38:14 +10:00
|
|
|
Go here for the API documentation:
|
2013-07-22 08:31:36 +10:00
|
|
|
http://www.freedesktop.org/software/libevdev/doc/latest/
|
2013-06-28 06:38:14 +10:00
|
|
|
|
2018-06-06 18:20:03 +10:00
|
|
|
File bugs in the freedesktop.org GitLab instance:
|
|
|
|
|
https://gitlab.freedesktop.org/libevdev/libevdev/issues/
|
2013-07-22 08:20:46 +10:00
|
|
|
|
|
|
|
|
Patches, questions and general comments should be submitted to the input-tools@lists.freedesktop.org
|
|
|
|
|
mailing list:
|
|
|
|
|
http://lists.freedesktop.org/mailman/listinfo/input-tools
|