From 44c56530b30805a85fb58564da83d2811e762487 Mon Sep 17 00:00:00 2001 From: li-elvin Date: Fri, 2 Nov 2012 00:58:15 +0000 Subject: [PATCH] Update comments for functions UhciAllocateDev, EhcCreateUsb2Hc and XhcCreateUsbHc. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13913 6f19259b-4bc3-4df7-8a09-765794883524 --- MdeModulePkg/Bus/Pci/EhciDxe/Ehci.c | 1 + MdeModulePkg/Bus/Pci/UhciDxe/Uhci.c | 1 + MdeModulePkg/Bus/Pci/XhciDxe/Xhci.c | 1 + 3 files changed, 3 insertions(+) diff --git a/MdeModulePkg/Bus/Pci/EhciDxe/Ehci.c b/MdeModulePkg/Bus/Pci/EhciDxe/Ehci.c index ba1fe8fcc7..787bdc13a0 100644 --- a/MdeModulePkg/Bus/Pci/EhciDxe/Ehci.c +++ b/MdeModulePkg/Bus/Pci/EhciDxe/Ehci.c @@ -1547,6 +1547,7 @@ EhcGetUsbDebugPortInfo ( Create and initialize a USB2_HC_DEV. @param PciIo The PciIo on this device. + @param DevicePath The device path of host controller. @param OriginalPciAttributes Original PCI attributes. @return The allocated and initialized USB2_HC_DEV structure if created, diff --git a/MdeModulePkg/Bus/Pci/UhciDxe/Uhci.c b/MdeModulePkg/Bus/Pci/UhciDxe/Uhci.c index f41c712259..00a1094376 100644 --- a/MdeModulePkg/Bus/Pci/UhciDxe/Uhci.c +++ b/MdeModulePkg/Bus/Pci/UhciDxe/Uhci.c @@ -1429,6 +1429,7 @@ ON_EXIT: Allocate and initialize the empty UHCI device. @param PciIo The PCIIO to use. + @param DevicePath The device path of host controller. @param OriginalPciAttributes The original PCI attributes. @return Allocated UHCI device. If err, return NULL. diff --git a/MdeModulePkg/Bus/Pci/XhciDxe/Xhci.c b/MdeModulePkg/Bus/Pci/XhciDxe/Xhci.c index 762da3e0a1..e03934fa09 100644 --- a/MdeModulePkg/Bus/Pci/XhciDxe/Xhci.c +++ b/MdeModulePkg/Bus/Pci/XhciDxe/Xhci.c @@ -1684,6 +1684,7 @@ ON_EXIT: Create and initialize a USB_XHCI_INSTANCE structure. @param PciIo The PciIo on this device. + @param DevicePath The device path of host controller. @param OriginalPciAttributes Original PCI attributes. @return The allocated and initialized USB_XHCI_INSTANCE structure if created, -- 2.39.2