Searched hist:"0 f107573da417c7f5c6d3a0160ebacc3adb019c4" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/input/keyboard/ |
H A D | gpio_keys.c | diff 0f107573da417c7f5c6d3a0160ebacc3adb019c4 Sun Jul 02 15:38:31 CDT 2017 Joseph Lo <josephl@nvidia.com> Input: gpio_keys - handle the missing key press event in resume phase
The GPIO key press event might be missed in the resume phase, if the key had been released before the system had been resumed to the stage that it could capture the press event. So we simulate the wakeup key press event in case the key had been released by the time we got interrupt handler to run.
Signed-off-by: Joseph Lo <josephl@nvidia.com> Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
|