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, 8 Feb 2010 23:07:46 +0000 (15:07 -0800)
commitcbc1c940b59973fafcd1e78648144d4e0024174e
tree9e76d63c4e89608bc670935d27ffd10d62f5dbd1
parent004f0ae31748b0f2d77c3bf3bff927b6ce2780bc
Input: Generic GPIO Input device.

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

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]