mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-11-24 02:05:01 +00:00
Revert "Enter key at DEV screen no longer transition to TONORM screen"
This reverts commit 2b45044edf
We will instead flush the keyboard buffer at the start of screens which accept keyboard input.
Change-Id: I1f5a480c6c1eeb7432b557dd4d984c1450ac973e
Reviewed-on: https://gerrit.chromium.org/gerrit/28952
Commit-Ready: Randall Spangler <rspangler@chromium.org>
Tested-by: Randall Spangler <rspangler@chromium.org>
Reviewed-by: Bill Richardson <wfrichar@chromium.org>
This commit is contained in:
@@ -578,7 +578,6 @@ enum VbKeyCode_t {
|
||||
VB_KEY_LEFT = 0x102,
|
||||
VB_KEY_RIGHT = 0x103,
|
||||
VB_KEY_CTRL_ENTER = 0x104,
|
||||
VB_KEY_CTRL_REFRESH = 0x105
|
||||
};
|
||||
|
||||
/* Read the next keypress from the keyboard buffer.
|
||||
|
||||
Reference in New Issue
Block a user