22 Libsuinput 0.5
33================
44
5- Uinput is a Linux kernel module which allows attaching user-space
6- device drivers into the Linux kernel. However, its C interface is
7- pretty low level from an application developer's perspective. This
8- library provides a set of helper functions for making the usage of
9- uinput easier.
5+ Uinput is Linux kernel module which allows attaching userspace device
6+ drivers into the Linux kernel. However, its ioctl-interface is pretty
7+ low level from an application developer's perspective. This library
8+ provides a set of helper functions for making the usage of uinput
9+ easier. Libsuinput can be considered thin, because it operates on the
10+ same file descriptors as traditional ioctl commands.
1011
1112Author: Tuomas Jorma Juhani Räsänen <tuomasjjrasanen@tjjr.fi>
1213Homepage: <http://tjjr.fi/sw/libsuinput/>
@@ -15,8 +16,8 @@ How to install
1516==============
1617
1718Libsuinput uses libudev and therefore requires libudev development
18- files, more specifically libudev.h, to get compiled. On Debian and
19- its derivatives, the header file is packaged in libudev-dev.
19+ files, more specifically libudev.h, to get compiled. On Debian and its
20+ derivatives, the header file is packaged in libudev-dev.
2021
2122After satisfying dependencies described above, the basic installation
2223is easy. Just run the following command:
0 commit comments