commit | 7125d584d20ba7624488ddefa84b17ea6ce558f1 | [log] [tgz] |
---|---|---|
author | Felipe Balbi <balbi@ti.com> | Thu Jul 19 21:05:08 2012 +0300 |
committer | Felipe Balbi <balbi@ti.com> | Fri Aug 03 09:28:27 2012 +0300 |
tree | 5ae6c805e9b7d318a9d225119193abb30dee7372 | |
parent | 2e3db064855a637c45f7e011214f15bc536e61ad [diff] |
usb: dwc3: ep0: fix status phase delayed status direction commit 68d3e66 (usb: dwc3: ep0: fix for possible early delayed_status) added handling for early delayed status, but the current code only works because so far delayed status will always be on the IN direction. This patch makes the code more robust by making sure that we can handle all directions properly. Signed-off-by: Felipe Balbi <balbi@ti.com>