diff options
| author | Felipe Balbi <[email protected]> | 2016-10-21 13:07:09 +0300 |
|---|---|---|
| committer | Felipe Balbi <[email protected]> | 2016-11-03 10:38:40 +0200 |
| commit | 6cb2e4e3de10893f38dbf3923a9cc50c76548a89 (patch) | |
| tree | d62c8961066bc0feb8462616bb90176fd3558661 /tools/perf/scripts/python | |
| parent | 76a638f8ac0dd1dadee8f87acff36174d473b7c1 (diff) | |
usb: dwc3: gadget: cope with XferNotReady before usb_ep_queue()
If XferNotReady comes before usb_ep_queue() we will
set our PENDING request flag and wait for a
request. However, originally, we were assuming
usb_ep_queue() would always happen before our first
XferNotReady and that causes a corner case where we
could try to issue ENDTRANSFER command before
STARTTRANSFER.
Let's fix that by tracking endpoints which have been
started.
Reported-by: Janusz Dziedzic <[email protected]>
Signed-off-by: Felipe Balbi <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions