From: Gabor Juhos Date: Tue, 7 Dec 2010 01:14:47 +0000 (-0800) Subject: Input: add input driver for polled GPIO buttons X-Git-Tag: v2.6.37-rc6~38^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e7d0c860a0dee49dacb7bbb248d1eba637075ad;p=pandora-kernel.git Input: add input driver for polled GPIO buttons The existing gpio-keys driver can be usable only for GPIO lines with interrupt support. Several devices have buttons connected to a GPIO line which is not capable to generate interrupts. This patch adds a new input driver using the generic GPIO layer and the input-polldev to support such buttons. [Ben Gardiner Signed-off-by: Ben Gardiner Tested-by: Ben Gardiner Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed