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

NAME

6       input_release_device - release previously grabbed device
7

SYNOPSIS

9       void input_release_device(struct input_handle * handle);
10

ARGUMENTS

12       handle
13           input handle that owns the device
14

DESCRIPTION

16       Releases previously grabbed device so that other input handles can
17       start receiving input events. Upon release all handlers attached to the
18       device have their start method called so they have a change to
19       synchronize device state with the rest of the system.
20
22Kernel Hackers Manual 3.10         June 2019           INPUT_RELEASE_DEVICE(9)
Impressum