diff options
| author | John Youn <[email protected]> | 2017-01-26 11:58:40 -0800 |
|---|---|---|
| committer | Felipe Balbi <[email protected]> | 2017-04-11 10:58:19 +0300 |
| commit | af771d731b8e31e6c5aced2b1b066edd16106a6f (patch) | |
| tree | abeafe98a8ea0fc7e4e4265e7a8fa120e0d8c9f1 /tools/perf/scripts/python/bin | |
| parent | 3a932b0f50f4c0782a27a257b7557f8b928299b2 (diff) | |
usb: dwc3: gadget: Fix starting microframe for ISOC
The gadget wants to set the starting microframe for the first ISOC TRB
to 4 microframes in the future, but it does so by multiplying the
dep->interval. This only works if dep->interval = 1. For other intervals
it will put it 4 *intervals* in the future which may be way too much.
Fix so that it always adds just one interval or at least 4 microframes.
Signed-off-by: John Youn <[email protected]>
Signed-off-by: Felipe Balbi <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions