audk/MdeModulePkg/Bus/Usb
Star Zeng 506560e75a MdeModulePkg UsbBotPei: The UsbBotPei module contains the private structure definition used by the UsbBusPei module.
If the structure layout in UsbBusPei is changed, then the UsbBotPei will not work.

1. As the maximum number of endpoints is 16, use UINT16 type rather than UINT8 for DataToggle.
2. DataToggle needs to be reset to 0 when endpoint stall is cleared, do it in PeiUsbControlTransfer().

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Star Zeng <star.zeng@intel.com>
Reviewed-by: Feng Tian <feng.tian@intel.com>

git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15185 6f19259b-4bc3-4df7-8a09-765794883524
2014-01-26 02:49:41 +00:00
..
UsbBotPei MdeModulePkg UsbBotPei: The UsbBotPei module contains the private structure definition used by the UsbBusPei module. 2014-01-26 02:49:41 +00:00
UsbBusDxe MdeModulePkg/Usb: All h/w related stop operation at DriverBindingStop() should be behind s/w related stop operation, which could avoid h/w not working if s/w stop operation fails. 2013-12-03 07:04:08 +00:00
UsbBusPei MdeModulePkg UsbBotPei: The UsbBotPei module contains the private structure definition used by the UsbBusPei module. 2014-01-26 02:49:41 +00:00
UsbKbDxe Add the backslash to C12 mapping in keyboard layout mapping table to fix the issue that backslash doesn't work when using HP KU-0316 USB key board. 2013-03-15 06:48:43 +00:00
UsbMassStorageDxe MdeModulePkg/UsbMassStorage: Add 16 byte SCSI cmds support if the last LBA can not be presented by 4bytes width 2012-05-14 07:50:07 +00:00
UsbMouseAbsolutePointerDxe Fix build failure. 2012-10-31 01:29:04 +00:00
UsbMouseDxe Add missing status code in several modules. 2012-10-30 04:23:40 +00:00