commit | 77fa6df82f154535293beb9bc68851f75c2c22cb | [log] [tgz] |
---|---|---|
author | Felipe Balbi <balbi@ti.com> | Mon Jul 23 09:09:32 2012 +0300 |
committer | Felipe Balbi <balbi@ti.com> | Fri Aug 03 09:28:25 2012 +0300 |
tree | 8e958aba8b60fa8ef9fea7605f1652cc9ba3c2f1 | |
parent | 4635d3f29864d723a74983339ffc85db212e304b [diff] |
usb: dwc3: ep0: ignore XferNotReady(STATUS) when we're not expecting it Databook doesn't say we should stall if we get XferNotReady(STATUS) while we're expecting something else. Instead of stalling and restarting, tests have proven that ignoring the event is far more effective. This problem has been caught while rewriting ep0 handling in order we pass Link Layer TD7.6. Signed-off-by: Felipe Balbi <balbi@ti.com>