commit | 55f3fba6c822f05b02f06070efaadf0300b5f9f1 | [log] [tgz] |
---|---|---|
author | Felipe Balbi <balbi@ti.com> | Thu Sep 08 18:27:33 2011 +0300 |
committer | Felipe Balbi <balbi@ti.com> | Fri Sep 09 13:05:29 2011 +0300 |
tree | 1ba2067f9f1ada811eab75008e54ea8d527626e5 | |
parent | d742220b357769fa0a764d238373b8667116cf64 [diff] |
usb: dwc3: ep0: introduce ep0_expect_in flag This flag will tell us which direction we're expecting on the next (data or status) phase. It will help us catching errors of host going crazy and requesting data of the wrong direction. Signed-off-by: Felipe Balbi <balbi@ti.com>