diff options
author | Peng Fan <peng.fan@nxp.com> | 2016-06-06 13:53:43 +0800 |
---|---|---|
committer | Peng Fan <peng.fan@nxp.com> | 2016-06-06 16:41:03 +0800 |
commit | ede7538aefc334ce3bbded966211c149659f19a6 (patch) | |
tree | d12cd2fa08e02deac2f618cdf3bde2c8216590b5 /board/warp/MAINTAINERS | |
parent | 68f095be9f75405768ede36dadbb2d0be91697d9 (diff) | |
download | u-boot-imx-imx_v2015.04_4.1.15_1.0.0_ga.zip u-boot-imx-imx_v2015.04_4.1.15_1.0.0_ga.tar.gz u-boot-imx-imx_v2015.04_4.1.15_1.0.0_ga.tar.bz2 |
MLK-12883 usb: limit USB_MAX_XFER_BLK to 256rel_imx_4.1.15_1.2.0_gaimx_v2015.04_4.1.15_1.0.0_ga
For Some USB mass storage devices, such as:
"
- Kingston DataTraveler 2.0 001D7D06CF09B04199C7B3EA
- Class: (from Interface) Mass Storage
- PacketSize: 64 Configurations: 1
- Vendor: 0x0930 Product 0x6545 Version 1.16
"
When `usb read 0x80000000 0 0x2000`, we met
"EHCI timed out on TD - token=0x80008d80".
The devices does not support scsi VPD page, we are not able
to get the maximum transfer length for READ(10)/WRITE(10).
So we limit this to 256 blocks as READ(6).
Signed-off-by: Peng Fan <peng.fan@nxp.com>
(cherry picked from commit df0052575b2bc9d66ae73584768e1a457ed5d914)
Diffstat (limited to 'board/warp/MAINTAINERS')
0 files changed, 0 insertions, 0 deletions