Lines Matching refs:uinput
2 ## Two options to use the uinput command:
4 type `uinput -` into the terminal, then type/paste commands to send to the binary.
7 This mode can be also used from an app to send uinput events.
10 When using another program to control uinput in interactive mode, registering a
18 type `uinput <filename>`, and the file will be used an an input to the binary.
21 with the uinput binary.
32 Register a new uinput device
42 | configuration | int array | uinput device configuration|
49 Device bus is used to determine how the uinput device is connected to the host.
52 Device configuration is used to configure uinput device. "type" field provides the UI_SET_*
53 control code, and data is a vector of control values to be sent to uinput device, depends on
128 Send an array of uinput event packets [type, code, value] to the uinput device