]> asedeno.scripts.mit.edu Git - linux.git/commit
usb: dwc3: don't issue no-op trb for stream capable endpoints
authorAnurag Kumar Vulisha <anurag.kumar.vulisha@xilinx.com>
Sat, 1 Dec 2018 11:13:27 +0000 (16:43 +0530)
committerFelipe Balbi <felipe.balbi@linux.intel.com>
Wed, 5 Dec 2018 08:44:35 +0000 (10:44 +0200)
commit26d62b4d10ad54622cd16b4871ee635f0ee287b6
tree7091909f71488af4539cab117dc5350531e923a5
parenta7351807bd8b5db0306ccd6977f8c13722731dd5
usb: dwc3: don't issue no-op trb for stream capable endpoints

The stream capable endpoints require stream id to be given
when issuing START TRANSFER. While issuing no-op trb the
stream id is not yet known, so don't issue no-op trb's on
stream capable endpoints.

Signed-off-by: Anurag Kumar Vulisha <anurag.kumar.vulisha@xilinx.com>
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
drivers/usb/dwc3/gadget.c