audk/MdeModulePkg/Bus/Usb/UsbBotPei
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
..
BotPeim.c MdeModulePkg: Add PEI USB drivers and related PPIs 2011-06-27 23:30:55 +00:00
BotPeim.h MdeModulePkg: Add PEI USB drivers and related PPIs 2011-06-27 23:30:55 +00:00
PeiAtapi.c MdeModulePkg: Add PEI USB drivers and related PPIs 2011-06-27 23:30:55 +00:00
PeiUsbLib.c MdeModulePkg UsbBotPei: The UsbBotPei module contains the private structure definition used by the UsbBusPei module. 2014-01-26 02:49:41 +00:00
PeiUsbLib.h MdeModulePkg: Add PEI USB drivers and related PPIs 2011-06-27 23:30:55 +00:00
UsbBotPei.inf MdeModulePkg: Add PEI USB drivers and related PPIs 2011-06-27 23:30:55 +00:00
UsbBotPeim.c MdeModulePkg: Add PEI USB drivers and related PPIs 2011-06-27 23:30:55 +00:00
UsbBotPeim.h MdeModulePkg: Add PEI USB drivers and related PPIs 2011-06-27 23:30:55 +00:00
UsbPeim.h MdeModulePkg UsbBotPei: The UsbBotPei module contains the private structure definition used by the UsbBusPei module. 2014-01-26 02:49:41 +00:00