diff options
author | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | 2011-10-20 19:04:16 +0200 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2011-12-12 11:48:25 +0200 |
commit | c2da2ff00606ae008f0e233bd29c3307d0c3ce85 (patch) | |
tree | dae0f51cbc09d667eb7e477e52897cfeb401a62a /REPORTING-BUGS | |
parent | 1e7618d8a1ad7aac6904c3a3915bf63f411344c2 (diff) |
usb: dwc3: ep0: don't use ep0in for transfers
In "usb: dwc3: remove special status request handling in ep0" I simplied
a few things and used the generic API for the status transfers. The bug
I introcuded here is that we queue now requests to dep[1] but we don't
clear that list in the stall+start case.
Actually we don't need to use dep[1] at all. We only did in the past to
talk to the correct endpoint (i.e. in or out). This is now take care of
in a diffent place within the ep0 code. So we could queue the in
transfers to dep[0] and don't use dep[1] at all.
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'REPORTING-BUGS')
0 files changed, 0 insertions, 0 deletions