diff options
Diffstat (limited to 'MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf')
-rw-r--r-- | MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf b/MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf index c38f64fc91..b35bd31d9e 100644 --- a/MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf +++ b/MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf @@ -74,8 +74,8 @@ [Protocols]
- gEfiPciIoProtocolGuid ## ALWAYS_CONSUMED
- gEfiUsb2HcProtocolGuid ## ALWAYS_PRODUCED
+ gEfiPciIoProtocolGuid ## TO_START
+ gEfiUsb2HcProtocolGuid ## BY_START
# [Event]
# ##
|