summaryrefslogtreecommitdiff
path: root/drivers/input/Makefile
diff options
context:
space:
mode:
authorArve Hjønnevåg <arve@android.com>2008-11-21 21:47:23 -0800
committerColin Cross <ccross@android.com>2012-04-09 13:53:16 -0700
commit42e58cb24415069bd742573b2772636be57ec330 (patch)
treeae2a1556ca74408a34ee09aed1a63f4e9cfd2b6a /drivers/input/Makefile
parentf654100bb91b7a4ea9f2a8c19cc0a50d8c6d9ba0 (diff)
input: Add keyreset driver.
Add a platform device in the board file to specify a reset key-combo. The first time the key-combo is detected a work function that syncs the filesystems is scheduled. If all the keys are released and then pressed again, it calls panic. Reboot on panic should be set for this to work. Change-Id: I9d54283ca1fba45e4b1ae1a407524cdda8171143 Signed-off-by: Arve Hjønnevåg <arve@android.com>
Diffstat (limited to 'drivers/input/Makefile')
-rw-r--r--drivers/input/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/Makefile b/drivers/input/Makefile
index b173a13a73c..cf643beec3c 100644
--- a/drivers/input/Makefile
+++ b/drivers/input/Makefile
@@ -25,3 +25,4 @@ obj-$(CONFIG_INPUT_MISC) += misc/
obj-$(CONFIG_INPUT_APMPOWER) += apm-power.o
obj-$(CONFIG_INPUT_OF_MATRIX_KEYMAP) += of_keymap.o
+obj-$(CONFIG_INPUT_KEYRESET) += keyreset.o