mirror of https://github.com/acidanthera/audk.git
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
This commit is contained in:
parent
a25cb9f604
commit
44c56530b3
|
@ -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,
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue