audk/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb3
Elvin Li 5d6507a146 Use MaxPacketSize as the initial buffer size to read data.
If host sends more than 8 bytes of data, BABBLE error would happen if USB3 debug library uses 8 byte of buffer to read data.
We need use MaxPacketSize in USB3 debug descriptor to create buffer and read data into this buffer.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Elvin Li <elvin.li@intel.com>
Reviewed-by: Feng Tian <feng.tian@intel.com>


git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16762 6f19259b-4bc3-4df7-8a09-765794883524
2015-02-05 01:15:09 +00:00
..
DebugCommunicationLibUsb3Common.c Use MaxPacketSize as the initial buffer size to read data. 2015-02-05 01:15:09 +00:00
DebugCommunicationLibUsb3Dxe.c Add DebugCommunicationLibUsb3 for USB3.0 source level debug support. 2014-10-22 05:01:58 +00:00
DebugCommunicationLibUsb3Dxe.inf SourceLevelDebugPkg: Refine the format of meta data files. 2015-01-19 02:44:10 +00:00
DebugCommunicationLibUsb3Dxe.uni Add DebugCommunicationLibUsb3 for USB3.0 source level debug support. 2014-10-22 05:01:58 +00:00
DebugCommunicationLibUsb3Internal.h Use MaxPacketSize as the initial buffer size to read data. 2015-02-05 01:15:09 +00:00
DebugCommunicationLibUsb3Pei.c Add DebugCommunicationLibUsb3 for USB3.0 source level debug support. 2014-10-22 05:01:58 +00:00
DebugCommunicationLibUsb3Pei.inf SourceLevelDebugPkg: Refine the format of meta data files. 2015-01-19 02:44:10 +00:00
DebugCommunicationLibUsb3Pei.uni Add DebugCommunicationLibUsb3 for USB3.0 source level debug support. 2014-10-22 05:01:58 +00:00
DebugCommunicationLibUsb3Transfer.c Use MaxPacketSize as the initial buffer size to read data. 2015-02-05 01:15:09 +00:00