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

NAME

6       input_register_device - register device with input core
7

SYNOPSIS

9       int input_register_device(struct input_dev * dev);
10

ARGUMENTS

12       dev
13           device to be registered
14

DESCRIPTION

16       This function registers device with input core. The device must be
17       allocated with input_allocate_device and all it´s capabilities set up
18       before registering. If function fails the device must be freed with
19       input_free_device. Once device has been successfully registered it can
20       be unregistered with input_unregister_device; input_free_device should
21       not be called in this case.
22
24Kernel Hackers Manual 2.6.         June 2019           INPUT_REGISTER_DEVIC(9)
Impressum