From 3bb398eb6413eedbec1ce7e7452ad043c599b983 Mon Sep 17 00:00:00 2001 From: klu2 Date: Sun, 28 Sep 2008 07:16:30 +0000 Subject: [PATCH] Remove unicode char. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6064 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Include/Protocol/UsbIo.h | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/MdePkg/Include/Protocol/UsbIo.h b/MdePkg/Include/Protocol/UsbIo.h index fde139eb6e..ef700d57de 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.