commit | 5a18999ebd880f6fc4264aa5687daad4c4013bce | [log] [tgz] |
---|---|---|
author | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | Mon Aug 22 17:42:19 2011 +0200 |
committer | Felipe Balbi <balbi@ti.com> | Fri Sep 09 13:01:56 2011 +0300 |
tree | eba8bbf12b82fc20b9f6d531add586d9db54adb5 | |
parent | a1ae9be5fc137d7e911a77ef408273ff55a53a39 [diff] |
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>