From: Jani Nikula Date: Mon, 29 Jun 2009 05:38:44 +0000 (-0700) Subject: Input: gpio-keys - revert 'change timer to workqueue' X-Git-Tag: v2.6.31-rc3~56^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca865a77b5949f5c403e0f13de5a5a9cd499a11e;p=pandora-kernel.git 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 Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed