Remove bypass of F11 and F12.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8019 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
jji4 2009-04-03 06:47:25 +00:00
parent 28d19b0019
commit b5378fa05e
1 changed files with 1 additions and 4 deletions

View File

@ -1504,11 +1504,8 @@ USBParseKey (
break;
//
// F11, F12, PrintScreen, Pause/Break
// could not be retrieved via SimpleTextInEx protocol
// PrintScreen, Pause/Break could not be retrieved via SimpleTextInEx protocol
//
case EFI_FUNCTION_KEY_ELEVEN_MODIFIER:
case EFI_FUNCTION_KEY_TWELVE_MODIFIER:
case EFI_PAUSE_MODIFIER:
case EFI_BREAK_MODIFIER:
//