EHCI driver need enable routine and disable Legacy USB
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2233 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -441,6 +441,13 @@ EhciDriverBindingStart (
|
||||
Status = EFI_DEVICE_ERROR;
|
||||
goto uninstall_usb2hc_protocol;
|
||||
}
|
||||
|
||||
ClearLegacySupport (HcDev);
|
||||
HostReset (HcDev);
|
||||
|
||||
DEBUG_CODE (
|
||||
DumpEHCIPortsStatus (HcDev);
|
||||
);
|
||||
|
||||
//
|
||||
// Create and Init Perodic Frame List
|
||||
|
Reference in New Issue
Block a user