commit | 0b7836a9eb32f626ffd3fe3045e8c618cb8ed965 | [log] [tgz] |
---|---|---|
author | Felipe Balbi <balbi@ti.com> | Tue Aug 30 15:48:08 2011 +0300 |
committer | Felipe Balbi <balbi@ti.com> | Fri Sep 09 13:02:17 2011 +0300 |
tree | 4b78a357ffbebab238e182a1de12efb8cf9b6e05 | |
parent | 76cb323f80ac32833109e2c089842be2b99d8d2b [diff] |
usb: dwc3: drop EP0_STALL state Whenever we issue a Set Stall command on EP0, the state machine will be restarted and Stall is cleared automatically, when core receives the next SETUP packet. There's no need to track that EP0_STALL state. Signed-off-by: Felipe Balbi <balbi@ti.com>