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:
@@ -2681,4 +2681,18 @@ Returns:
|
||||
EFI_DEVICE_ERROR Fail
|
||||
|
||||
--*/
|
||||
;
|
||||
|
||||
VOID
|
||||
ClearLegacySupport (
|
||||
IN USB2_HC_DEV *HcDev
|
||||
);
|
||||
|
||||
VOID
|
||||
HostReset (
|
||||
IN USB2_HC_DEV *HcDev
|
||||
);
|
||||
|
||||
VOID
|
||||
DumpEHCIPortsStatus (
|
||||
IN USB2_HC_DEV *HcDev
|
||||
|
Reference in New Issue
Block a user