diff options
| author | Arve Hjønnevåg <arve@android.com> | 2008-11-21 21:47:23 -0800 |
|---|---|---|
| committer | John Stultz <john.stultz@linaro.org> | 2016-02-16 13:50:56 -0800 |
| commit | 823efe4bbd9b1c406ac1daa52cb08ad884c93e57 (patch) | |
| tree | 735d0fa882eff684c44286aaad00732ce14902a2 /drivers/input/Makefile | |
| parent | 7a23935f76e01156daf7c72a6caea513f7a8434d (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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/Makefile b/drivers/input/Makefile index 0c9302ca9954..f3749d52a18d 100644 --- a/drivers/input/Makefile +++ b/drivers/input/Makefile @@ -26,3 +26,4 @@ obj-$(CONFIG_INPUT_TOUCHSCREEN) += touchscreen/ obj-$(CONFIG_INPUT_MISC) += misc/ obj-$(CONFIG_INPUT_APMPOWER) += apm-power.o +obj-$(CONFIG_INPUT_KEYRESET) += keyreset.o |
