diff options
author | Jani Nikula <ext-jani.1.nikula@nokia.com> | 2009-06-28 22:38:44 -0700 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2009-06-28 23:58:17 -0700 |
commit | ca865a77b5949f5c403e0f13de5a5a9cd499a11e (patch) | |
tree | 567ebe13fe9800a4a7d6584af4ba012e9472bb91 /drivers/input/input.c | |
parent | 00b8ac409cad653137f087e3ff69c020174cbc15 (diff) |
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>
Diffstat (limited to 'drivers/input/input.c')
0 files changed, 0 insertions, 0 deletions