From: Michal Nazarewicz Date: Wed, 27 Jan 2010 10:14:28 +0000 (+0100) Subject: USB: g_mass_storage: superfluous and missing packets fixed X-Git-Tag: v2.6.34-rc1~215^2~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b00ce11f00c9e86442de000e8bd3dd42f089c8e1;p=pandora-kernel.git USB: g_mass_storage: superfluous and missing packets fixed The mass storage function responded needlessly to a set configuration packet. This was a leftover from converting gadget (file storage gadget) into a composite function. Moreover, it has failed to respond to get max LUN request. Adding request queueing made the function work better. Signed-off-by: Michal Nazarewicz Signed-off-by: Marek Szyprowski Cc: Alan Stern Cc: David Brownell Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed