Home
last modified time | relevance | path

Searched refs:uinput (Results 1 – 6 of 6) sorted by relevance

/linux/Documentation/input/
H A Duinput.rst2 uinput module
8 uinput is a kernel module that makes it possible to emulate input devices
9 from userspace. By writing to /dev/uinput (or /dev/input/uinput) device, a
19 linux/uinput.h
21 The uinput header defines ioctls to create, set up, and destroy virtual
28 create uinput devices and send events. libevdev is less error-prone than
29 accessing uinput directly, and should be considered for new software.
46 #include <linux/uinput.h>
66 int fd = open("/dev/uinput", O_WRONLY | O_NONBLOCK);
120 #include <linux/uinput.h>
[all …]
H A Dinput_uapi.rst18 uinput
/linux/drivers/input/misc/
H A DMakefile89 obj-$(CONFIG_INPUT_UINPUT) += uinput.o
H A DKconfig555 subsystem accessible under char device 10:223 - /dev/input/uinput.
558 module will be called uinput.
/linux/Documentation/admin-guide/
H A Ddevices.txt359 223 = /dev/input/uinput User level driver support for input
/linux/
H A DMAINTAINERS11255 F: include/uapi/linux/uinput.h