1INPUT_EVENT(9) Input Subsystem INPUT_EVENT(9)
23
4
NAME
6input_event - report new input event
7
SYNOPSIS
9void input_event(struct input_dev * dev, unsigned int type,
10unsigned int code, int value);
11
ARGUMENTS
13dev
14device that generated the event
1516
type
17type of the event
1819
code
20event code
2122
value
23value of the event
24
DESCRIPTION
26This function should be used by drivers implementing various input
27devices. See also input_inject_event.
28
COPYRIGHT
30Kernel Hackers Manual 2.6. June 2019 INPUT_EVENT(9)