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

NAME

6       input_register_polled_device - register polled device
7

SYNOPSIS

9       int input_register_polled_device(struct input_polled_dev * dev);
10

ARGUMENTS

12       dev
13           device to register
14

DESCRIPTION

16       The function registers previously initialized polled input device with
17       input layer. The device should be allocated with call to
18       input_allocate_polled_device. Callers should also set up poll method
19       and set up capabilities (id, name, phys, bits) of the corresponding
20       input_dev structure.
21
23Kernel Hackers Manual 3.10         June 2019           INPUT_REGISTER_POLLE(9)
Impressum