mirror of https://github.com/acidanthera/audk.git
ShellPkg: Unregister all registrations
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jaben Carsey <jaben.carsey@intel.com> Reviewed-by: Erik Bjorge <erik.c.bjorge@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14925 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
b5bd21b012
commit
ed8b529782
|
@ -131,7 +131,7 @@ InternalEfiShellStartCtrlSMonitor(
|
||||||
SimpleEx,
|
SimpleEx,
|
||||||
&KeyData,
|
&KeyData,
|
||||||
NotificationFunction,
|
NotificationFunction,
|
||||||
&ShellInfoObject.CtrlSNotifyHandle2);
|
&ShellInfoObject.CtrlSNotifyHandle3);
|
||||||
}
|
}
|
||||||
KeyData.KeyState.KeyShiftState = EFI_SHIFT_STATE_VALID|EFI_RIGHT_CONTROL_PRESSED;
|
KeyData.KeyState.KeyShiftState = EFI_SHIFT_STATE_VALID|EFI_RIGHT_CONTROL_PRESSED;
|
||||||
if (!EFI_ERROR(Status)) {
|
if (!EFI_ERROR(Status)) {
|
||||||
|
@ -139,7 +139,7 @@ InternalEfiShellStartCtrlSMonitor(
|
||||||
SimpleEx,
|
SimpleEx,
|
||||||
&KeyData,
|
&KeyData,
|
||||||
NotificationFunction,
|
NotificationFunction,
|
||||||
&ShellInfoObject.CtrlSNotifyHandle2);
|
&ShellInfoObject.CtrlSNotifyHandle4);
|
||||||
}
|
}
|
||||||
return (Status);
|
return (Status);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue