commit | 9cc9bcd5b3e8efa45accf2ccb59f13c8de85a0ce | [log] [tgz] |
---|---|---|
author | Felipe Balbi <balbi@ti.com> | Tue Oct 18 18:00:26 2011 +0300 |
committer | Felipe Balbi <balbi@ti.com> | Mon Dec 12 11:48:16 2011 +0200 |
tree | f3bf6258f1d7a665fc046836d670a6dda8b11815 | |
parent | 0b9fe32deece53c9bc6d1e6d17a85ef1eb2e294b [diff] |
usb: dwc3: ep0: handle unexpected XferNotReady events Sometimes the host might be trying to initiate Data or Status phase for an older Control transfer. In such situations we must STALL that transfer and restart the state machine rather than letting such situation go through the wire. Signed-off-by: Felipe Balbi <balbi@ti.com>