JavaScriptDude/python-uinput
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Libsuinput ========== Uinput allows attaching user-space device drivers into the Linux kernel. However, it is pretty low level from the application developers perspective. This library provides a set of helper functions for making the uinput usage easier. General information ------------------- - Author: [Tuomas Jorma Juhani Räsänen](http://tjjr.fi) <tuomas.rasanen@tjjr.fi> - Homepage: <http://tjjr.fi/projects/libsuinput> - License: GPLv3+ (see COPYING for details) - Version: 0.4 - Bugs: <http://bugs.launchpad.net/libsuinput> - Tarball: <http://launchpad.net/libsuinput/trunk/0.4/+download/libsuinput-0.4.tar.gz> - Repository: <http://github.com/tuos/libsuinput> Build requirements ------------------ - libudev-dev Runtime requirements -------------------- - libudev0 - uinput-module installed - write permissions to `/dev/uinput`