mirror of https://github.com/acidanthera/audk.git
After identified as a High-Speed device, the port has been reset successfully, so it doesn't need to be reset again in the later for Full-Speed or Low-Speed devices.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1856 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
d8be5b148b
commit
bd51850225
|
@ -1001,7 +1001,9 @@ UsbDeviceConfiguration (
|
||||||
//
|
//
|
||||||
UsbIo = &FirstController->UsbIo;
|
UsbIo = &FirstController->UsbIo;
|
||||||
|
|
||||||
ParentPortReset (FirstController, FALSE, 0);
|
if (UsbIoDevice->DeviceSpeed != EFI_USB_SPEED_HIGH) {
|
||||||
|
ParentPortReset (FirstController, FALSE, 0);
|
||||||
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
// First retrieve the 1st 8 bytes of
|
// First retrieve the 1st 8 bytes of
|
||||||
|
|
Loading…
Reference in New Issue