From: Roger Quadros Date: Tue, 5 Apr 2011 15:36:38 +0000 (+0300) Subject: usb: gadget: f_mass_storage: Fix Bulk-only RESET handling X-Git-Tag: v3.0-rc1~337^2~138^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73ee4da994e7b97bd8241e39099cf3dd94675d79;p=pandora-kernel.git usb: gadget: f_mass_storage: Fix Bulk-only RESET handling The ep0 request tag was not recorded thus resulting in phase problems while sending status/response in handle_execption() handler. This was resulting in MSC compliance test failures with USBCV tool. With this patch, the Bulk-Only Mass storage RESET request is handled correctly and the MSC compliance tests pass. Signed-off-by: Roger Quadros Acked-by: Michal Nazarewicz Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed