wok-6.x diff libevdev/description.txt @ rev 25256
updated qrencode and qrencode-dev (4.0.2 -> 4.1.1)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Jul 15 06:38:49 2022 +0100 (2022-07-15) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/libevdev/description.txt Fri Jul 15 06:38:49 2022 +0100 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.