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

NAME

6       input_reset_device - reset/restore the state of input device
7

SYNOPSIS

9       void input_reset_device(struct input_dev * dev);
10

ARGUMENTS

12       dev
13           input device whose state needs to be reset
14

DESCRIPTION

16       This function tries to reset the state of an opened input device and
17       bring internal state and state if the hardware in sync with each other.
18       We mark all keys as released, restore LED state, repeat rate, etc.
19
21Kernel Hackers Manual 3.10         June 2019             INPUT_RESET_DEVICE(9)
Impressum