X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FInclude%2FPpi%2FUsbController.h;h=39e378b71dfda026b0748c7b1397e76804370f2c;hp=f0537ecb6684c9fc5108ab70d86568a51a3e8510;hb=d1102dba7210b95e41d06c2338a22ba6af248645;hpb=ca79bab7af4770c5eb578f6d495af01705aedb79 diff --git a/MdeModulePkg/Include/Ppi/UsbController.h b/MdeModulePkg/Include/Ppi/UsbController.h index f0537ecb66..39e378b71d 100644 --- a/MdeModulePkg/Include/Ppi/UsbController.h +++ b/MdeModulePkg/Include/Ppi/UsbController.h @@ -1,8 +1,8 @@ /** @file - Define APIs to retrieve USB Host Controller Info such as controller type and + Define APIs to retrieve USB Host Controller Info such as controller type and I/O Port Base Address. -Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.
+Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions @@ -63,11 +63,11 @@ typedef struct _PEI_USB_CONTROLLER_PPI PEI_USB_CONTROLLER_PPI; @param[in] ControllerId The ID of the USB controller. @param[out] ControllerType On output, returns the type of the USB controller. @param[out] BaseAddress On output, returns the base address of UHCI's I/O ports - if UHCI is enabled or the base address of EHCI's MMIO + if UHCI is enabled or the base address of EHCI's MMIO if EHCI is enabled. @retval EFI_SUCCESS USB controller attributes were returned successfully. - @retval EFI_INVALID_PARAMETER ControllerId is greater than the maximum number + @retval EFI_INVALID_PARAMETER ControllerId is greater than the maximum number of USB controller supported by this platform. **/