
20 Dec
2011
20 Dec
'11
7:20 p.m.
On Tuesday 20 December 2011 12:41:14 Kyle Moffett wrote:
- /*
* The U-Boot EHCI driver cannot handle more than 4096*5 bytes in a
* transfer without running itself out of qt_buffers.
*/
- ss->max_xfer_blk = (4096*5)/dev_desc->blksz;
spaces around those operators -mike