Peng Fan
df0052575b
MLK-12883 usb: limit USB_MAX_XFER_BLK to 256
...
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 >
2016-06-06 13:53:43 +08:00
..
2016-01-15 08:09:46 -05:00
2016-02-19 09:31:37 -05:00
2016-03-25 14:21:48 +08:00
2013-04-01 16:33:52 -04:00
2016-02-26 08:53:10 -07:00
2015-08-13 07:19:36 -04:00
2016-03-25 15:59:38 +08:00
2015-12-12 15:56:08 -05:00
2016-02-26 08:53:10 -07:00
2014-05-29 17:49:00 -04:00
2013-07-24 09:44:38 -04:00
2014-09-15 13:32:55 -04:00
2016-02-08 10:10:37 -05:00
2015-08-12 20:47:13 -04:00
2016-01-13 21:05:26 -05:00
2016-01-04 12:25:35 -05:00
2015-11-19 20:27:50 -07:00
2016-02-11 21:37:17 +01:00
2015-04-18 11:11:16 -06:00
2016-01-19 08:31:21 -05:00
2016-03-08 15:01:47 -05:00
2013-04-01 16:33:52 -04:00
2015-05-13 09:24:10 -07:00
2015-05-21 09:13:19 -04:00
2016-01-04 12:25:35 -05:00
2014-07-22 07:44:26 -04:00
2014-03-21 16:43:59 -04:00
2015-11-21 21:50:26 -05:00
2014-06-05 17:01:59 -04:00
2015-09-11 17:15:20 -04:00
2016-02-15 20:58:25 +00:00
2014-04-17 17:44:36 -04:00
2016-01-25 10:39:46 -05:00
2015-09-11 17:15:20 -04:00
2013-10-14 16:06:53 -04:00
2014-03-21 16:43:59 -04:00
2014-03-21 16:43:59 -04:00
2013-10-14 16:06:53 -04:00
2016-03-25 16:43:35 +08:00
2016-01-27 08:28:40 -08:00
2015-11-19 07:32:49 +01:00
2015-07-20 11:44:37 -07:00
2016-01-13 21:05:18 -05:00
2015-11-12 13:18:59 -05:00
2016-01-20 19:10:12 -07:00
2015-01-05 12:08:51 -05:00
2016-01-13 21:05:08 -05:00
2013-07-24 09:44:38 -04:00
2016-03-25 15:59:38 +08:00
2016-03-25 15:59:38 +08:00
2016-02-26 08:53:10 -07:00
2015-02-16 12:41:41 -05:00
2015-11-12 13:18:59 -05:00
2016-02-08 10:22:40 -05:00
2015-11-19 20:27:50 -07:00
2015-04-18 11:11:09 -06:00
2016-01-25 10:39:43 -05:00
2016-02-06 12:00:59 +01:00
2014-09-16 12:23:56 -04:00
2015-04-18 17:40:37 +02:00
2016-03-25 11:56:36 +08:00
2015-07-23 18:10:58 +02:00
2016-03-25 13:37:18 +08:00
2016-02-08 10:22:44 -05:00
2016-03-25 16:43:35 +08:00
2015-10-21 20:47:40 -04:00
2016-02-10 08:34:42 -05:00
2015-05-27 13:35:54 -04:00
2015-12-05 18:22:24 -05:00
2013-07-24 09:44:38 -04:00
2015-11-16 12:01:35 +01:00
2015-02-10 13:31:58 +01:00
2016-01-21 20:42:36 -07:00
2015-09-07 13:41:05 +02:00
2015-11-19 20:27:50 -07:00
2016-01-25 22:00:46 +01:00
2016-06-06 13:53:43 +08:00
2016-01-16 07:06:55 +01:00
2014-06-11 16:27:06 -04:00