commit | 1d6a39186b37b6f5097f9cdee8fcbfc24d231428 | [log] [tgz] |
---|---|---|
author | Felipe Balbi <balbi@ti.com> | Mon Sep 14 11:27:46 2015 -0500 |
committer | Felipe Balbi <balbi@ti.com> | Sun Sep 27 10:54:31 2015 -0500 |
tree | f5b45a64eadecbdaa16979cbef121eb53b942718 | |
parent | fe84f522ed6d27ed0a48e202e04327c2f4891e23 [diff] |
usb: dwc3: gadget: start requests as soon as they come In an attempt to make dwc3 slightly faster, let's start usb_requests as soon as they come as that will let us avoid a XFER_NOT_READY event and save a little bit of time. Signed-off-by: Felipe Balbi <balbi@ti.com>