JavaScriptDude/python-uinput
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Libsuinput ========== Uinput is a Linux kernel module which allows attaching user-space device drivers into the Linux kernel. However, it is pretty low level from an application developers perspective. This library provides a set of helper functions for making the usage of uinput easier. General information ------------------- - Version: 0.5 - License: GPLv3+ (see COPYING for details) - Author: [Tuomas Jorma Juhani Räsänen](http://tjjr.fi) - Homepage: <http://tjjr.fi/sw/libsuinput/> - Code: <http://code.launchpad.net/libsuinput/> - Bugs: <http://bugs.launchpad.net/libsuinput/> Build requirements ------------------ - libudev-dev Runtime requirements -------------------- - libudev0 - uinput.ko - rw-permissions to uinput device node