]> git.baikalelectronics.ru Git - kernel.git/commit
usb: dwc3: gadget: use TRB type 6 for ISOC transfers
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>
Mon, 22 Aug 2011 15:42:19 +0000 (17:42 +0200)
committerFelipe Balbi <balbi@ti.com>
Fri, 9 Sep 2011 10:01:56 +0000 (13:01 +0300)
commit8e5ffb75078f57c6af8f9299d551981d19a90c47
treeeba8bbf12b82fc20b9f6d531add586d9db54adb5
parentb95f9cb3501b497f3f3fedae5cba7a76a248db9b
usb: dwc3: gadget: use TRB type 6 for ISOC transfers

Type 6 should be used for the first transfer during an interval. This is
also what the reference driver is using. Type 7 seems to be for following
or additional transfers within the same interval.

Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/dwc3/gadget.c