]> asedeno.scripts.mit.edu Git - linux.git/commit
usb: dwc3: gadget: XferComplete only for EP0
authorFelipe Balbi <felipe.balbi@linux.intel.com>
Mon, 26 Mar 2018 10:26:56 +0000 (13:26 +0300)
committerFelipe Balbi <felipe.balbi@linux.intel.com>
Mon, 21 May 2018 07:00:48 +0000 (10:00 +0300)
commit742a4fff5f298806d3d4ed2e229857fbe56e12c5
tree08274c4e56461490cd635e12f44a4dc501b165bf
parent38408464aa7646e4d7b345a70951f968af35af0a
usb: dwc3: gadget: XferComplete only for EP0

XferComplete is enabled only for the default control pipe, let's make
that clear in the code.

Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
drivers/usb/dwc3/gadget.c