Input: Generic GPIO Input device.
authorArve Hjønnevåg <arve@android.com>
Thu, 16 Oct 2008 01:23:47 +0000 (18:23 -0700)
committerJohn Stultz <john.stultz@linaro.org>
Tue, 16 Feb 2016 21:50:55 +0000 (13:50 -0800)
commit73b87c5b9fb6266280496608c0fc5fc3826f82f7
treed0149b25699b76f93ec7a89ffe72153489e784a9
parente4b8e66e0ae2e78e913d7b86f2507fdb0aa731b4
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]