audk/MdeModulePkg/Bus/Usb
Ruiyu Ni a58a421c36 MdeModulePkg/UsbMass: Fix USB key write failure
Commit e59db6a732
* MdeModulePkg/UsbMass: Merge UsbBoot(Read|Write)Blocks(16)
introduces a bug that causes writing to USB key always fails.

When that patch is verified, only reading was verified.

The root cause is when the writing operation is performed,
the data direction EfiUsbDataIn is wrongly used. Instead, it
should be EfiUsbDataOut.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
2018-10-24 12:00:19 +08:00
..
UsbBotPei MdeModulePkg: Removing ipf which is no longer supported from edk2. 2018-09-06 15:25:16 +08:00
UsbBusDxe MdeModulePkg/UsbBus: Deny when the string descriptor length is odd 2018-10-17 11:04:04 +08:00
UsbBusPei MdeModulePkg: Removing ipf which is no longer supported from edk2. 2018-09-06 15:25:16 +08:00
UsbKbDxe MdeModulePkg/UsbKb: Don't access key codes when length is wrong 2018-10-17 11:04:01 +08:00
UsbMassStorageDxe MdeModulePkg/UsbMass: Fix USB key write failure 2018-10-24 12:00:19 +08:00
UsbMouseAbsolutePointerDxe MdeModulePkg/AbsPointer: Don't access key codes when length is wrong 2018-10-17 11:04:02 +08:00
UsbMouseDxe MdeModulePkg/UsbMouse: Don't access key codes when length is wrong 2018-10-17 11:04:03 +08:00