Update UHCI and ECHI drivers to both Stop and Reset the host controller at ExitBootServices().
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10464 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@ -1476,11 +1476,9 @@ EhcExitBootService (
|
||||
Ehc = (USB2_HC_DEV *) Context;
|
||||
|
||||
//
|
||||
// Stop the Host Controller
|
||||
// Reset the Host Controller
|
||||
//
|
||||
EhcHaltHC (Ehc, EHC_GENERIC_TIMEOUT);
|
||||
|
||||
return;
|
||||
EhcResetHC (Ehc, EHC_RESET_TIMEOUT);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user