From: Sascha > 2014/1/15 David Laight <david.lai...@aculab.com>: > > This is a known problem. > > A side effect of trying to fix USB ethernet. > > > > There is a patch lurking to increase the ring size from 64 to 256. > > Thanks, but where could I get the patch? I searched a bit but cannot find it.
I'm no good at finding patches! Edit drivers/usb/host/xhci.h and change the definition of TRBS_PER_SEGMENT from 64 to 256. David