]> git.proxmox.com Git - mirror_edk2.git/commit
EmbeddedPkg/AndroidFastbootApp: only use ENTER or SPACE to exit
authorHaojian Zhuang <haojian.zhuang@linaro.org>
Thu, 23 Aug 2018 06:14:33 +0000 (14:14 +0800)
committerArd Biesheuvel <ard.biesheuvel@linaro.org>
Fri, 24 Aug 2018 14:44:18 +0000 (15:44 +0100)
commit6861765935d5b69803321ba6e43240845c7ab0e5
tree8b757aaf05a7c9d0a53858e5d8c18e2d9253b085
parent16973234fc60a95daf7be32ee89123914fdab3f0
EmbeddedPkg/AndroidFastbootApp: only use ENTER or SPACE to exit

Since hotkey 'f' is used to start AndroidFastbootApp. If user
press 'f' key too long, it may be recognized pressing 'f' key
multiple times. Then AndroidFastbootApp exists since it delcares
any key press could make it exit.

So only use ENTER or SPACE key to exit AndroidFastbootApp.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Haojian Zhuang <haojian.zhuang@linaro.org>
Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
EmbeddedPkg/Application/AndroidFastboot/AndroidFastbootApp.c