summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Bus/Pci/UhciDxe/Uhci.c
diff options
context:
space:
mode:
authorli-elvin <li-elvin@6f19259b-4bc3-4df7-8a09-765794883524>2012-11-02 00:58:15 +0000
committerli-elvin <li-elvin@6f19259b-4bc3-4df7-8a09-765794883524>2012-11-02 00:58:15 +0000
commit44c56530b30805a85fb58564da83d2811e762487 (patch)
tree6623c3f66315bd8fe81a813c670256246a6712e9 /MdeModulePkg/Bus/Pci/UhciDxe/Uhci.c
parenta25cb9f604507a96c537eea6eb9c5a743b3c1b02 (diff)
downloadedk2-44c56530b30805a85fb58564da83d2811e762487.tar.gz
edk2-44c56530b30805a85fb58564da83d2811e762487.tar.bz2
edk2-44c56530b30805a85fb58564da83d2811e762487.zip
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
Diffstat (limited to 'MdeModulePkg/Bus/Pci/UhciDxe/Uhci.c')
-rw-r--r--MdeModulePkg/Bus/Pci/UhciDxe/Uhci.c1
1 files changed, 1 insertions, 0 deletions
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.