From: Sergei Shtylyov Date: Sat, 11 Sep 2010 18:23:12 +0000 (-0500) Subject: usb: musb: gadget: restart request on clearing endpoint halt X-Git-Tag: v2.6.36-rc6~37^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a666e3e6098a9f56310e4ec2705f1dad124a34b5;p=pandora-kernel.git usb: musb: gadget: restart request on clearing endpoint halt Commit 46034dca515bc4ddca0399ae58106d1f5f0d809f (USB: musb_gadget_ep0: stop abusing musb_gadget_set_halt()) forgot to restart a queued request after clearing the endpoint halt feature. This results in a couple of USB resets while enumerating the file-backed storage gadget due to CSW packet not being sent for the MODE SENSE(10) command. Signed-off-by: Sergei Shtylyov Cc: stable@kernel.org Signed-off-by: Felipe Balbi Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed