Input: Generic GPIO Input device.
authorArve Hjønnevåg <arve@android.com>
Thu, 16 Oct 2008 01:23:47 +0000 (18:23 -0700)
committerColin Cross <ccross@android.com>
Tue, 14 Jun 2011 16:08:48 +0000 (09:08 -0700)
commit72fc6246877ea0f28c99da36fa513b6f970f4833
tree4b7ea76a616c11ce5dafaa3d58416912990896f4
parent766e993bdcb3baca64fc7dee9a800a2c21060858
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]