From: Alan Stern Date: Thu, 6 Jul 2006 19:37:42 +0000 (-0400) Subject: usbcore: add configuration_string to attribute group X-Git-Tag: v2.6.19-rc1~899^2~114 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6eb2d84d2bb01e9fcc46a032a3429b4747b1c47;p=pandora-kernel.git usbcore: add configuration_string to attribute group This patch (as737b) does a very small cleanup of core/sysfs.c by adding the configuration_string attribute file to the existing attribute group instead of treating it separately. It doesn't need this separate treatment because unlike the other device string attributes, it changes along with the active configuration. The patch also fixes a simple typo (which, oddly enough, doesn't seem to bother the compiler). Signed-off-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed