summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Bus/Pci/UhciDxe/Uhci.c
diff options
context:
space:
mode:
Diffstat (limited to 'MdeModulePkg/Bus/Pci/UhciDxe/Uhci.c')
-rw-r--r--MdeModulePkg/Bus/Pci/UhciDxe/Uhci.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/MdeModulePkg/Bus/Pci/UhciDxe/Uhci.c b/MdeModulePkg/Bus/Pci/UhciDxe/Uhci.c
index d129af8715..0fc633d8bb 100644
--- a/MdeModulePkg/Bus/Pci/UhciDxe/Uhci.c
+++ b/MdeModulePkg/Bus/Pci/UhciDxe/Uhci.c
@@ -1654,7 +1654,11 @@ UhciDriverBindingStart (
}
PciAttributesSaved = TRUE;
- UhciTurnOffUsbEmulation (PciIo);
+ //
+ // Robustnesss improvement such as for UoL
+ // Default is not required.
+ //
+ // UhciTurnOffUsbEmulation (PciIo);
Status = PciIo->Attributes (
PciIo,