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

NAME

6       input_register_handle - register a new input handle
7

SYNOPSIS

9       int input_register_handle(struct input_handle * handle);
10

ARGUMENTS

12       handle
13           handle to register
14

DESCRIPTION

16       This function puts a new input handle onto device´s and handler´s lists
17       so that events can flow through it once it is opened using
18       input_open_device.
19
20       This function is supposed to be called from handler´s connect method.
21
23Kernel Hackers Manual 2.6.         June 2019           INPUT_REGISTER_HANDL(9)
Impressum