Skip to content

Commit 4083afd

Browse files
Update README
1 parent 2b616b5 commit 4083afd

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

README

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
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

1112
Author: Tuomas Jorma Juhani Räsänen <tuomasjjrasanen@tjjr.fi>
1213
Homepage: <http://tjjr.fi/sw/libsuinput/>
@@ -15,8 +16,8 @@ How to install
1516
==============
1617

1718
Libsuinput 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

2122
After satisfying dependencies described above, the basic installation
2223
is easy. Just run the following command:

0 commit comments

Comments
 (0)