Input: Generic GPIO Input device.
authorArve Hjønnevåg <arve@android.com>
Thu, 16 Oct 2008 01:23:47 +0000 (18:23 -0700)
committerArve Hjønnevåg <arve@android.com>
Mon, 1 Jul 2013 20:40:21 +0000 (13:40 -0700)
commit18b6624a3b4dd7ca4d8480c6e71dd2a532e9665b
tree0a64da81a152f9ccb42cea295439530d11384e64
parentaa3305f2ba5976a95637c69c63409fdf007e1414
Input: Generic GPIO Input device.

Supports keyboard matrixces, direct inputs, direct outputs and axes connected to gpios.

Change-Id: I5e921e6e3a1cc169316ee3b665f4cc21b5735114
Signed-off-by: Arve Hjønnevåg <arve@android.com>
Signed-off-by: Nick Pelly <npelly@google.com>
drivers/input/misc/Kconfig
drivers/input/misc/Makefile
drivers/input/misc/gpio_axis.c [new file with mode: 0644]
drivers/input/misc/gpio_event.c [new file with mode: 0644]
drivers/input/misc/gpio_input.c [new file with mode: 0644]
drivers/input/misc/gpio_matrix.c [new file with mode: 0644]
drivers/input/misc/gpio_output.c [new file with mode: 0644]
include/linux/gpio_event.h [new file with mode: 0644]