]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Include/Ppi/Usb2HostController.h
MdeModulePkg: Convert all .uni files to utf-8
[mirror_edk2.git] / MdeModulePkg / Include / Ppi / Usb2HostController.h
index e6d00ee92ea615a01c22b5dfce0881569fa53ed7..7bcb341a943c0413351a7187298f76ebc34862bc 100644 (file)
@@ -5,7 +5,7 @@
   Refer to section 16.1 of the UEFI 2.3 Specification for more information on \r
   these interfaces.\r
  \r
-Copyright (c) 2010, Intel Corporation. All rights reserved. <BR>\r
+Copyright (c) 2010 - 2013, Intel Corporation. All rights reserved. <BR>\r
 \r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions\r
@@ -62,6 +62,9 @@ typedef struct _PEI_USB2_HOST_CONTROLLER_PPI PEI_USB2_HOST_CONTROLLER_PPI;
                                        actually transferred.\r
   @param[in]     TimeOut               Indicates the maximum time, in milliseconds, \r
                                        that the transfer is allowed to complete.\r
+                                       If Timeout is 0, then the caller must wait for\r
+                                       the function to be completed until EFI_SUCCESS\r
+                                       or EFI_DEVICE_ERROR is returned.\r
   @param[in]     Translator            A pointer to the transaction translator data.\r
   @param[out]    TransferResult        A pointer to the detailed result information \r
                                        generated by this control transfer.\r
@@ -114,6 +117,9 @@ EFI_STATUS
   @param[in,out] DataToggle            A pointer to the data toggle value.\r
   @param[in]     TimeOut               Indicates the maximum time, in milliseconds,\r
                                        in which the transfer is allowed to complete.\r
+                                       If Timeout is 0, then the caller must wait for\r
+                                       the function to be completed until EFI_SUCCESS\r
+                                       or EFI_DEVICE_ERROR is returned.\r
   @param[in]     Translator            A pointer to the transaction translator data.\r
   @param[out]    TransferResult        A pointer to the detailed result information \r
                                        of the bulk transfer.\r