Reset/restore the state of input device
void input_reset_device(struct input_dev * dev);
dev
input device whose state needs to be reset
This function tries to reset the state of an opened input device and bring internal state and state if the hardware in sync with each other. We mark all keys as released, restore LED state, repeat rate, etc.