]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Synchronize function's comments with EFI 1.1 specification.
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Sun, 28 Sep 2008 07:08:36 +0000 (07:08 +0000)
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Sun, 28 Sep 2008 07:08:36 +0000 (07:08 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6063 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Include/Protocol/UsbHostController.h

index fa9c1458107063d7c9c45e0e143e963335d74bca..d36c2b4dbe362857ef39fe007bf594cb24304b13 100644 (file)
@@ -191,12 +191,12 @@ EFI_STATUS
   @param  This                  A pointer to the EFI_USB_HC_PROTOCOL instance.\r
   @param  DeviceAddress         Represents the address of the target device on the USB, which is\r
                                 assigned during USB enumeration.                                \r
-  @param  EndPointAddress       The combination of an endpoint number and an endpoint \r
-                                direction of the target USB device. Each endpoint address \r
-                                supports data transfer in one direction except the control \r
-                                endpoint (whose default endpoint address is 0). It is the \r
-                                caller’s responsibility to make sure that the EndPointAddress \r
-                                represents a bulk endpoint.      \r
+  @param  EndPointAddress       The combination of an endpoint number and an endpoint\r
+                                direction of the target USB device. Each endpoint address\r
+                                supports data transfer in one direction except the control\r
+                                endpoint (whose default endpoint address is zero). It is the\r
+                                caller’s responsibility to make sure that the\r
+                                EndPointAddress represents an interrupt endpoint.     \r
   @param  IsSlowDevice          Indicates whether the target device is slow device or full-speed\r
                                 device.                                                                          \r
   @param  MaximumPacketLength   Indicates the maximum packet size that the default control \r
@@ -249,12 +249,12 @@ EFI_STATUS
   @param  This                  A pointer to the EFI_USB_HC_PROTOCOL instance.\r
   @param  DeviceAddress         Represents the address of the target device on the USB, which is\r
                                 assigned during USB enumeration.                                \r
-  @param  EndPointAddress       The combination of an endpoint number and an endpoint \r
-                                direction of the target USB device. Each endpoint address \r
-                                supports data transfer in one direction except the control \r
-                                endpoint (whose default endpoint address is 0). It is the \r
-                                caller’s responsibility to make sure that the EndPointAddress \r
-                                represents a bulk endpoint.   \r
+  @param  EndPointAddress       The combination of an endpoint number and an endpoint\r
+                                direction of the target USB device. Each endpoint address\r
+                                supports data transfer in one direction except the control\r
+                                endpoint (whose default endpoint address is zero). It is the\r
+                                caller’s responsibility to make sure that the\r
+                                EndPointAddress represents an interrupt endpoint.  \r
   @param  IsSlowDevice          Indicates whether the target device is slow device or full-speed\r
                                 device.                                                                          \r
   @param  MaximumPacketLength   Indicates the maximum packet size that the default control \r
@@ -300,12 +300,12 @@ EFI_STATUS
   @param  This                  A pointer to the EFI_USB_HC_PROTOCOL instance.\r
   @param  DeviceAddress         Represents the address of the target device on the USB, which is\r
                                 assigned during USB enumeration.                                \r
-  @param  EndPointAddress       The combination of an endpoint number and an endpoint \r
-                                direction of the target USB device. Each endpoint address \r
-                                supports data transfer in one direction except the control \r
-                                endpoint (whose default endpoint address is 0). It is the \r
-                                caller’s responsibility to make sure that the EndPointAddress \r
-                                represents a bulk endpoint.                   \r
+  @param  EndPointAddress       The combination of an endpoint number and an endpoint\r
+                                direction of the target USB device. Each endpoint address\r
+                                supports data transfer in one direction except the control\r
+                                endpoint (whose default endpoint address is 0). It is the caller’s\r
+                                responsibility to make sure that the EndPointAddress\r
+                                represents an isochronous endpoint.                  \r
   @param  MaximumPacketLength   Indicates the maximum packet size that the default control \r
                                 transfer endpoint is capable of sending or receiving.       \r
   @param  Data                  A pointer to the buffer of data that will be transmitted to USB\r
@@ -340,12 +340,12 @@ EFI_STATUS
   @param  This                  A pointer to the EFI_USB_HC_PROTOCOL instance.\r
   @param  DeviceAddress         Represents the address of the target device on the USB, which is\r
                                 assigned during USB enumeration.                                \r
-  @param  EndPointAddress       The combination of an endpoint number and an endpoint \r
-                                direction of the target USB device. Each endpoint address \r
-                                supports data transfer in one direction except the control \r
-                                endpoint (whose default endpoint address is 0). It is the \r
-                                caller’s responsibility to make sure that the EndPointAddress \r
-                                represents a bulk endpoint.                  \r
+  @param  EndPointAddress       The combination of an endpoint number and an endpoint\r
+                                direction of the target USB device. Each endpoint address\r
+                                supports data transfer in one direction except the control\r
+                                endpoint (whose default endpoint address is zero). It is the\r
+                                caller’s responsibility to make sure that the\r
+                                EndPointAddress represents an isochronous endpoint.             \r
   @param  MaximumPacketLength   Indicates the maximum packet size that the default control \r
                                 transfer endpoint is capable of sending or receiving. For isochronous \r
                                 endpoints, this value is used to reserve the bus time in the schedule, \r