]> asedeno.scripts.mit.edu Git - linux.git/commit
usb: dwc3: gadget: pre-issue Start Transfer for Interrupt EPs too
authorFelipe Balbi <felipe.balbi@linux.intel.com>
Mon, 26 Mar 2018 10:19:43 +0000 (13:19 +0300)
committerFelipe Balbi <felipe.balbi@linux.intel.com>
Mon, 21 May 2018 07:00:48 +0000 (10:00 +0300)
commit52fcc0bead0fd5e56dc07f17010e5d6da2306ddf
treebbb01b9a0c9e1f1bfe0e61021d2cd3df665a4296
parentc96e6725db9d6a04ac1bee881e3034b636d9f71c
usb: dwc3: gadget: pre-issue Start Transfer for Interrupt EPs too

Interrupt endpoints behave much like Bulk endpoints with the exception
that they are periodic. We can pre-issue Start Transfer exactly as we
do for Bulk endpoints.

While at that, remove one trailing blank line which is unnecessary.

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