From: Michal Nazarewicz Date: Thu, 12 Aug 2010 15:43:47 +0000 (+0200) Subject: USB: gadget: mass_storage: moved strings handling code to composite X-Git-Tag: v2.6.37-rc1~154^2~124 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c2b61d02c384a0d5867e524ae72ad98ec2d33fd;p=pandora-kernel.git USB: gadget: mass_storage: moved strings handling code to composite This patch removes string registration from the Mass Storage Gadget. With recent changes to the composite framework, all that we need is handled by the composite layer. This means composite registers a string ID for manufacturer and product. This also adds the "needs_serial" so that composite layer will issue a warning if user space fails to provide the iSerialNumber module parameter. Signed-off-by: Michal Nazarewicz Signed-off-by: Kyungmin Park Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed