summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-09-28 07:16:30 +0000
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-09-28 07:16:30 +0000
commit3bb398eb6413eedbec1ce7e7452ad043c599b983 (patch)
tree6d3313bce711bb77de43628747e0411ac1850327
parent09254044e5eef6df71e4fec8a5c55fc66c9e98b4 (diff)
downloadedk2-3bb398eb6413eedbec1ce7e7452ad043c599b983.zip
edk2-3bb398eb6413eedbec1ce7e7452ad043c599b983.tar.gz
edk2-3bb398eb6413eedbec1ce7e7452ad043c599b983.tar.bz2
Remove unicode char.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6064 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r--MdePkg/Include/Protocol/UsbIo.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/MdePkg/Include/Protocol/UsbIo.h b/MdePkg/Include/Protocol/UsbIo.h
index fde139e..ef700d5 100644
--- a/MdePkg/Include/Protocol/UsbIo.h
+++ b/MdePkg/Include/Protocol/UsbIo.h
@@ -140,8 +140,8 @@ EFI_STATUS
otherwise EFI_INVALID_PARAMETER is returned. If
the endpoint is not a BULK endpoint, EFI_INVALID_PARAMETER
is returned. The MSB of this parameter indicates
- the endpoint direction. The number “1” stands for
- an IN endpoint, and “0” stands for an OUT endpoint.
+ the endpoint direction. The number "1" stands for
+ an IN endpoint, and "0" stands for an OUT endpoint.
@param Data A pointer to the buffer of data that will be transmitted to USB
device or received from USB device.
@param DataLength The size, in bytes, of the data buffer specified by Data.
@@ -184,8 +184,8 @@ EFI_STATUS
otherwise EFI_INVALID_PARAMETER is returned. If
the endpoint is not a BULK endpoint, EFI_INVALID_PARAMETER
is returned. The MSB of this parameter indicates
- the endpoint direction. The number “1” stands for
- an IN endpoint, and “0” stands for an OUT endpoint.
+ the endpoint direction. The number "1" stands for
+ an IN endpoint, and "0" stands for an OUT endpoint.
@param IsNewTransfer If TRUE, a new transfer will be submitted to USB controller. If
FALSE, the interrupt transfer is deleted from the device's interrupt
transfer queue.
@@ -227,8 +227,8 @@ EFI_STATUS
otherwise EFI_INVALID_PARAMETER is returned. If
the endpoint is not a BULK endpoint, EFI_INVALID_PARAMETER
is returned. The MSB of this parameter indicates
- the endpoint direction. The number “1” stands for
- an IN endpoint, and “0” stands for an OUT endpoint.
+ the endpoint direction. The number "1" stands for
+ an IN endpoint, and "0" stands for an OUT endpoint.
@param Data A pointer to the buffer of data that will be transmitted to USB
device or received from USB device.
@param DataLength On input, then size, in bytes, of the buffer Data. On output, the
@@ -267,8 +267,8 @@ EFI_STATUS
otherwise EFI_INVALID_PARAMETER is returned. If
the endpoint is not a BULK endpoint, EFI_INVALID_PARAMETER
is returned. The MSB of this parameter indicates
- the endpoint direction. The number “1” stands for
- an IN endpoint, and “0” stands for an OUT endpoint.
+ the endpoint direction. The number "1" stands for
+ an IN endpoint, and "0" stands for an OUT endpoint.
@param Data A pointer to the buffer of data that will be transmitted to USB
device or received from USB device.
@param DataLength The size, in bytes, of the data buffer specified by Data.
@@ -302,8 +302,8 @@ EFI_STATUS
otherwise EFI_INVALID_PARAMETER is returned. If
the endpoint is not a BULK endpoint, EFI_INVALID_PARAMETER
is returned. The MSB of this parameter indicates
- the endpoint direction. The number “1” stands for
- an IN endpoint, and “0” stands for an OUT endpoint.
+ the endpoint direction. The number "1" stands for
+ an IN endpoint, and "0" stands for an OUT endpoint.
@param Data A pointer to the buffer of data that will be transmitted to USB
device or received from USB device.
@param DataLength The size, in bytes, of the data buffer specified by Data.