From: Michal Nazarewicz Date: Mon, 9 Nov 2009 13:15:22 +0000 (+0100) Subject: USB: g_mass_storage: lun_name_format and thread_name added X-Git-Tag: v2.6.33-rc1~315^2~54 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8b6f8c5aa001235423878ef70bda919652e10be;p=pandora-kernel.git USB: g_mass_storage: lun_name_format and thread_name added A two fsg_config fields were added: * lun_name_format which lets one specify format of a name used when registering LUN devices. It is useful if there would be ever need for two MSFs to be used in a single composite gadget (as opposed to single MSF in two configuration); and * thread_name which lets one specify the name of a kernel thread used by MSF. This is not required since two or more threads can have the same name but nevertheless it's here for consistency. Signed-off-by: Michal Nazarewicz Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed