From: Sebastian Andrzej Siewior Date: Thu, 20 Oct 2011 17:04:16 +0000 (+0200) Subject: usb: dwc3: ep0: don't use ep0in for transfers X-Git-Tag: v3.3-rc1~153^2~30^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2da2ff00606ae008f0e233bd29c3307d0c3ce85;p=pandora-kernel.git 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 Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed