usb: dwc3: gadget: use link TRB for all endpoint types
authorFelipe Balbi <felipe.balbi@linux.intel.com>
Tue, 5 Apr 2016 10:24:36 +0000 (13:24 +0300)
committerFelipe Balbi <felipe.balbi@linux.intel.com>
Tue, 19 Apr 2016 08:11:52 +0000 (11:11 +0300)
commit36b68aae8e39ad456eec1ec2073eee388cbcc106
tree69c289d3c7a688b329e015e4145d0f361a433c1d
parent4faf75504a7db790483aa419d8f61e58cec4934c
usb: dwc3: gadget: use link TRB for all endpoint types

instead of limiting link TRB only to Isoc endpoints,
let's use it for all endpoint types, this way we are
more likely to transfer more data before a
XferComplete event.

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