wok diff libevdev/description.txt @ rev 25050
Up memtest-efi* (6.00b2)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jun 04 20:41:29 2022 +0000 (2022-06-04) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/libevdev/description.txt Sat Jun 04 20:41:29 2022 +0000 1.3 @@ -0,0 +1,7 @@ 1.4 +Libevdev is a wrapper library for evdev devices. 1.5 +It moves the common tasks when dealing with evdev devices into a 1.6 +library and provides a library interface to the callers, thus 1.7 +avoiding erroneous ioctls, etc. 1.8 + 1.9 +The eventual goal is that libevdev wraps all ioctls available to 1.10 +evdev devices, thus making direct access unnecessary.