commit | d889c23ce4e3159e3d737f55f9d686a030a7ba87 | [log] [tgz] |
---|---|---|
author | Felipe Balbi <felipe.balbi@linux.intel.com> | Thu Sep 29 15:44:29 2016 +0300 |
committer | Felipe Balbi <felipe.balbi@linux.intel.com> | Mon Oct 17 11:14:00 2016 +0300 |
tree | f94ae828a487c92d7533b3d804e231eadc26afc1 | |
parent | a9c3ca5fae6bf73770f0576eaf57d5f1305ef4b3 [diff] |
usb: dwc3: gadget: never pre-start Isochronous endpoints We cannot pre-start isochronous endpoints because we rely on the micro-frame number passed via XferNotReady command for proper Isochronous scheduling. Fixes: 08a36b543803 ("usb: dwc3: gadget: simplify __dwc3_gadget_ep_queue()") Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>