From 48b5b0737c127a049bf16f9c69926c4da8668112 Mon Sep 17 00:00:00 2001 From: Doug Zongker Date: Wed, 18 Jan 2012 13:46:26 -0800 Subject: allow recovery UI to ignore certain keypresses Change-Id: Id182bb95ffcc475c5acabb29b413e422302ae7f2 --- ui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui.h') diff --git a/ui.h b/ui.h index 750b993..0d3b7bb 100644 --- a/ui.h +++ b/ui.h @@ -73,7 +73,7 @@ class RecoveryUI { // Return value indicates whether an immediate operation should be // triggered (toggling the display, rebooting the device), or if // the key should be enqueued for use by the main thread. - enum KeyAction { ENQUEUE, TOGGLE, REBOOT }; + enum KeyAction { ENQUEUE, TOGGLE, REBOOT, IGNORE }; virtual KeyAction CheckKey(int key); // --- menu display --- -- cgit v1.1