commit | 6bb4fe12ea089da98b89dc2630d2273d60fe0c29 | [log] [tgz] |
---|---|---|
author | Felipe Balbi <balbi@ti.com> | Mon Sep 28 14:49:02 2015 -0500 |
committer | Felipe Balbi <balbi@ti.com> | Mon Sep 28 15:19:31 2015 -0500 |
tree | 3365b3e8017a9d26e7fbcc14f9c8e32d17f948f5 | |
parent | 8a1a9c9e4503f246b1d4339c5be3485e14c31858 [diff] |
usb: dwc3: gadget: use update transfer command If we get a Xfer Not Ready event with reason "Transfer Active" it means endpoint is still transferring data and we can use that to issue update transfer for this particular endpoint in case we have pending requests in our queue. Signed-off-by: Felipe Balbi <balbi@ti.com>