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

NAME

6       input_register_handler - register a new input handler
7

SYNOPSIS

9       int input_register_handler(struct input_handler * handler);
10

ARGUMENTS

12       handler
13           handler to be registered
14

DESCRIPTION

16       This function registers a new input handler (interface) for input
17       devices in the system and attaches it to all input devices that are
18       compatible with the handler.
19
21Kernel Hackers Manual 3.10         June 2019           INPUT_REGISTER_HANDL(9)
Impressum