Skip to content
Commit ca865a77 authored by Jani Nikula's avatar Jani Nikula Committed by Dmitry Torokhov
Browse files

Input: gpio-keys - revert 'change timer to workqueue'

This reverts commit 0b346838

.

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: default avatarJani Nikula <ext-jani.1.nikula@nokia.com>
Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
parent 00b8ac40
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment