commit | a861282f503731bc0cf7c3d08ca901e2a82daadc | [log] [tgz] |
---|---|---|
author | Felipe Balbi <felipe.balbi@linux.intel.com> | Mon Mar 26 13:32:47 2018 +0300 |
committer | Felipe Balbi <felipe.balbi@linux.intel.com> | Mon May 21 10:00:49 2018 +0300 |
tree | f20feb6b20e0ed31b3a2d4e600be4aec98b12fb8 | |
parent | fbea935accf4895fed40dd4b79839923271bb9b3 [diff] |
usb: dwc3: gadget: don't kick transfer all the time Instead of constantly calling kick transfer everything some event shows up, let's just rely on the fact that we send Update Transfer every time a new request is queued. Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>