On 7/17/2020 8:23 AM, Al Cooper wrote: > Version v1.0.40 of the Android host ADB software increased maximum > transfer sizes from 256K to 1M. Since the STB ADB gadget driver > requests only 16K at a time, the BDC driver ran out of buffer > descriptors (BDs) if the queuing happens faster than the incoming > 16K transfers. This issue is fixed by doubling the number of BDs > that can be queued so that the entire 1M request can be queued > without running out of buffers. > > Signed-off-by: Al Cooper <alcoop...@gmail.com> > Signed-off-by: Florian Fainelli <florian.faine...@broadcom.com> You can certainly remove my SoB here, since you are carrying your own patch, thanks! -- Florian
- [PATCH 0/7] usb: bdc: Updates and fixes to the USB BDC dr... Al Cooper
- [PATCH 7/7] usb: bdc: Use devm_clk_get_optional() Al Cooper
- Re: [PATCH 7/7] usb: bdc: Use devm_clk_get_optio... Florian Fainelli
- [PATCH 6/7] usb: bdc: Halt controller on suspend Al Cooper
- [PATCH 4/7] usb: bdc: Adb shows offline after resumi... Al Cooper
- [PATCH 2/7] usb: bdc: Add compatible string for new ... Al Cooper
- Re: [PATCH 2/7] usb: bdc: Add compatible string ... Florian Fainelli
- [PATCH 3/7] bdc: Fix bug causing crash after multipl... Al Cooper
- Re: [PATCH 3/7] bdc: Fix bug causing crash after... Florian Fainelli
- [PATCH 5/7] usb: bdc: driver runs out of buffer desc... Al Cooper
- Re: [PATCH 5/7] usb: bdc: driver runs out of buf... Florian Fainelli
- [PATCH 1/7] dt-bindings: usb: bdc: Update compatible... Al Cooper