Remove disabling keyboard/auxiliary interface in Driver Binding Protocol.Stop() of Ps2KeyboardDxe/Ps2MouseDxe/Ps2MouseAbsolutePointer driver so that PS/2 keyboard and mouse can be used with legacy option ROMs after all EFI drivers have been disconnected.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11611 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@ -501,10 +501,6 @@ KbdControllerDriverStop (
|
||||
gBS->CloseEvent (ConsoleIn->TimerEvent);
|
||||
ConsoleIn->TimerEvent = NULL;
|
||||
}
|
||||
//
|
||||
// Disable the keyboard interface
|
||||
//
|
||||
Status = DisableKeyboard (ConsoleIn);
|
||||
|
||||
//
|
||||
// Since there will be no timer handler for keyboard input any more,
|
||||
|
Reference in New Issue
Block a user