1INPUT_RESET_DEVICE(9) Input Subsystem INPUT_RESET_DEVICE(9)
2
3
4
6 input_reset_device - reset/restore the state of input device
7
9 void input_reset_device(struct input_dev * dev);
10
12 dev
13 input device whose state needs to be reset
14
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)