Use PCD to customize if ps2 mouse and mouse pointer device do full reset.
Signed-off-by: li-elvin Reviewed-by: lgao4 git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12755 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@ -256,7 +256,10 @@ PS2MouseAbsolutePointerDriverStart (
|
||||
//
|
||||
// Reset the mouse
|
||||
//
|
||||
Status = MouseAbsolutePointerDev->AbsolutePointerProtocol.Reset (&MouseAbsolutePointerDev->AbsolutePointerProtocol, TRUE);
|
||||
Status = MouseAbsolutePointerDev->AbsolutePointerProtocol.Reset (
|
||||
&MouseAbsolutePointerDev->AbsolutePointerProtocol,
|
||||
FeaturePcdGet (PcdPs2MouseExtendedVerification)
|
||||
);
|
||||
if (EFI_ERROR (Status)) {
|
||||
//
|
||||
// mouse not connected
|
||||
|
Reference in New Issue
Block a user