mirror of https://github.com/acidanthera/audk.git
Remove unicode char
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6066 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
9cd1d1c1d5
commit
e9e65e2a03
|
@ -150,7 +150,7 @@ EFI_STATUS
|
||||||
direction of the target USB device. Each endpoint address
|
direction of the target USB device. Each endpoint address
|
||||||
supports data transfer in one direction except the control
|
supports data transfer in one direction except the control
|
||||||
endpoint (whose default endpoint address is 0). It is the
|
endpoint (whose default endpoint address is 0). It is the
|
||||||
caller’s responsibility to make sure that the EndPointAddress
|
caller's responsibility to make sure that the EndPointAddress
|
||||||
represents a bulk endpoint.
|
represents a bulk endpoint.
|
||||||
@param MaximumPacketLength Indicates the maximum packet size that the default control
|
@param MaximumPacketLength Indicates the maximum packet size that the default control
|
||||||
transfer endpoint is capable of sending or receiving.
|
transfer endpoint is capable of sending or receiving.
|
||||||
|
@ -195,7 +195,7 @@ EFI_STATUS
|
||||||
direction of the target USB device. Each endpoint address
|
direction of the target USB device. Each endpoint address
|
||||||
supports data transfer in one direction except the control
|
supports data transfer in one direction except the control
|
||||||
endpoint (whose default endpoint address is zero). It is the
|
endpoint (whose default endpoint address is zero). It is the
|
||||||
caller’s responsibility to make sure that the
|
caller's responsibility to make sure that the
|
||||||
EndPointAddress represents an interrupt endpoint.
|
EndPointAddress represents an interrupt endpoint.
|
||||||
@param IsSlowDevice Indicates whether the target device is slow device or full-speed
|
@param IsSlowDevice Indicates whether the target device is slow device or full-speed
|
||||||
device.
|
device.
|
||||||
|
@ -253,7 +253,7 @@ EFI_STATUS
|
||||||
direction of the target USB device. Each endpoint address
|
direction of the target USB device. Each endpoint address
|
||||||
supports data transfer in one direction except the control
|
supports data transfer in one direction except the control
|
||||||
endpoint (whose default endpoint address is zero). It is the
|
endpoint (whose default endpoint address is zero). It is the
|
||||||
caller’s responsibility to make sure that the
|
caller's responsibility to make sure that the
|
||||||
EndPointAddress represents an interrupt endpoint.
|
EndPointAddress represents an interrupt endpoint.
|
||||||
@param IsSlowDevice Indicates whether the target device is slow device or full-speed
|
@param IsSlowDevice Indicates whether the target device is slow device or full-speed
|
||||||
device.
|
device.
|
||||||
|
@ -303,7 +303,7 @@ EFI_STATUS
|
||||||
@param EndPointAddress The combination of an endpoint number and an endpoint
|
@param EndPointAddress The combination of an endpoint number and an endpoint
|
||||||
direction of the target USB device. Each endpoint address
|
direction of the target USB device. Each endpoint address
|
||||||
supports data transfer in one direction except the control
|
supports data transfer in one direction except the control
|
||||||
endpoint (whose default endpoint address is 0). It is the caller’s
|
endpoint (whose default endpoint address is 0). It is the caller's
|
||||||
responsibility to make sure that the EndPointAddress
|
responsibility to make sure that the EndPointAddress
|
||||||
represents an isochronous endpoint.
|
represents an isochronous endpoint.
|
||||||
@param MaximumPacketLength Indicates the maximum packet size that the default control
|
@param MaximumPacketLength Indicates the maximum packet size that the default control
|
||||||
|
@ -344,7 +344,7 @@ EFI_STATUS
|
||||||
direction of the target USB device. Each endpoint address
|
direction of the target USB device. Each endpoint address
|
||||||
supports data transfer in one direction except the control
|
supports data transfer in one direction except the control
|
||||||
endpoint (whose default endpoint address is zero). It is the
|
endpoint (whose default endpoint address is zero). It is the
|
||||||
caller’s responsibility to make sure that the
|
caller's responsibility to make sure that the
|
||||||
EndPointAddress represents an isochronous endpoint.
|
EndPointAddress represents an isochronous endpoint.
|
||||||
@param MaximumPacketLength Indicates the maximum packet size that the default control
|
@param MaximumPacketLength Indicates the maximum packet size that the default control
|
||||||
transfer endpoint is capable of sending or receiving. For isochronous
|
transfer endpoint is capable of sending or receiving. For isochronous
|
||||||
|
|
Loading…
Reference in New Issue