summaryrefslogtreecommitdiff
path: root/include/linux/keyreset.h (follow)
Commit message (Collapse)AuthorAge
* input: Changed keyreset to act as a wrapper for keycombo.Daniel Rosenberg2016-02-16
| | | | | | | | keyreset now registers a keycombo driver that acts as the old keyreset driver acted. Change-Id: I08f5279e3a33b267571b699697f9f54508868983 Signed-off-by: Daniel Rosenberg <drosen@google.com>
* input: Add keyreset driver.Arve Hjønnevåg2016-02-16
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>