Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dwc_otg: pay attention to qh->interval when rescheduling periodic queues
A regression introduced in raspberrypi#3887 meant that if the newly scheduled transfer immediately returned data, and the driver resubmitted a single URB after every transfer, then the effective polling interval would end up being approx 1ms. Use the larger of SCHEDULE_SLOP or the configured endpoint interval. Signed-off-by: Jonathan Bell <[email protected]>
- Loading branch information