Searched hist:ca865a77b5949f5c403e0f13de5a5a9cd499a11e (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/input/keyboard/ |
H A D | gpio_keys.c | diff ca865a77b5949f5c403e0f13de5a5a9cd499a11e Mon Jun 29 00:38:44 CDT 2009 Jani Nikula <ext-jani.1.nikula@nokia.com> Input: gpio-keys - revert 'change timer to workqueue'
This reverts commit 0b346838c5862bfe911432956a106d602535d030.
This commit breaks GPIO debouncing by replacing the original mod_timer with schedule_delayed_work in the interrupt handler. The latter does not kick the timer further on GPIO line changes as it should to perform debouncing.
Signed-off-by: Jani Nikula <ext-jani.1.nikula@nokia.com> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
|