1INPUT_EVENT(9)                  Input Subsystem                 INPUT_EVENT(9)
2
3
4

NAME

6       input_event - report new input event
7

SYNOPSIS

9       void input_event(struct input_dev * dev, unsigned int type,
10                        unsigned int code, int value);
11

ARGUMENTS

13       dev
14           device that generated the event
15
16       type
17           type of the event
18
19       code
20           event code
21
22       value
23           value of the event
24

DESCRIPTION

26       This function should be used by drivers implementing various input
27       devices. See also input_inject_event.
28
30Kernel Hackers Manual 2.6.         June 2019                    INPUT_EVENT(9)
Impressum