From: klu2 Date: Tue, 23 Jan 2007 09:15:17 +0000 (+0000) Subject: Modify the EFI_USB_DATA_DIRECTION according to UEFI specification 2.1 page 708. X-Git-Tag: edk2-stable201903~23594 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=f176220269d1ae88a7a2dceba426153013351f35;hp=700279a971c1f603a72a45455be4b4f842ce39d9 Modify the EFI_USB_DATA_DIRECTION according to UEFI specification 2.1 page 708. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2283 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/MdePkg/Include/IndustryStandard/Usb.h b/MdePkg/Include/IndustryStandard/Usb.h index d3328a5461..56f94d8fc2 100644 --- a/MdePkg/Include/IndustryStandard/Usb.h +++ b/MdePkg/Include/IndustryStandard/Usb.h @@ -76,8 +76,8 @@ // USB transation direction // typedef enum { - EfiUsbDataOut, EfiUsbDataIn, + EfiUsbDataOut, EfiUsbNoData } EFI_USB_DATA_DIRECTION;