Add missing break and add comment to non-necessary break.
Signed-off-by: Li Elvin <elvin.li@intel.com> Reviewed-by: Ni Ruiyu <ruiyu.ni@intel.com> Reviewed-by: Dong Eric <eric.dong@intel.com> git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13642 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -1457,6 +1457,7 @@ UnicodeToEfiKey (
|
||||
if (TerminalDevice->TerminalType == PCANSITYPE) {
|
||||
Key.ScanCode = SCAN_F10;
|
||||
}
|
||||
break;
|
||||
case '?':
|
||||
if (TerminalDevice->TerminalType == VT100TYPE) {
|
||||
Key.ScanCode = SCAN_PAGE_UP;
|
||||
@@ -1471,6 +1472,7 @@ UnicodeToEfiKey (
|
||||
if (TerminalDevice->TerminalType == PCANSITYPE) {
|
||||
Key.ScanCode = SCAN_F9;
|
||||
}
|
||||
break;
|
||||
case '/':
|
||||
if (TerminalDevice->TerminalType == VT100TYPE) {
|
||||
Key.ScanCode = SCAN_PAGE_DOWN;
|
||||
|
Reference in New Issue
Block a user