Hello. On 24-11-2011 15:02, Felipe Balbi wrote:
From: Sebastian Andrzej Siewior<bigeasy@xxxxxxxxxxxxx>
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
s/take/taken/
in a diffent place within the ep0 code. So we could queue the in transfers to dep[0] and doun't dep[1] at all.
Doun't?
Signed-off-by: Sebastian Andrzej Siewior<bigeasy@xxxxxxxxxxxxx> Signed-off-by: Felipe Balbi<balbi@xxxxxx>
WBR, Sergei -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html