]> git.baikalelectronics.ru Git - kernel.git/commit
usbcore: add configuration_string to attribute group
authorAlan Stern <stern@rowland.harvard.edu>
Thu, 6 Jul 2006 19:37:42 +0000 (15:37 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 27 Sep 2006 18:58:49 +0000 (11:58 -0700)
commit79d9b4238b62f9629116d0475c795ea4e112f0b8
tree29b45817f18101378d4943fa354c1f553f7e5a64
parent05238e75981a388dd9867821f71e7f6bf18bf445
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 <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/core/sysfs.c