From: Robert Baldyga Date: Thu, 19 Sep 2013 09:50:17 +0000 (+0200) Subject: usb: gadget: s3c-hsotg: fix "protocol stall" handling X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~66^2~22^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab93e014f35374a8169b0f465fccee69e04ea34c;p=pandora-kernel.git usb: gadget: s3c-hsotg: fix "protocol stall" handling After normal handling of SetupDone interrupt, XferCompl interrupt occurs, and then we enqueue new setup request. But when ep0 is stalled, there is no XferCompl, so we have to enqueue setup request immediately after stalling ep. Otherwise incoming control requests won't be processed correctly. Signed-off-by: Robert Baldyga Signed-off-by: Kyungmin Park Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed