]> pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] usbcore: Improve endpoint sysfs file handling
authorAlan Stern <stern@rowland.harvard.edu>
Tue, 25 Oct 2005 19:56:06 +0000 (15:56 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 28 Oct 2005 23:47:50 +0000 (16:47 -0700)
commitbe69e5b1900a19a545becda822b18d6f09168ba5
tree7730b17e403cc03ea7c7cee8fc56f06171af0ebe
parente52783206ada0c0276c8dd74c0ecd0007ead7c00
[PATCH] usbcore: Improve endpoint sysfs file handling

This revised patch (as587b) improves the implementation of USB endpoint
sysfs files.  Instead of storing a whole bunch of attributes for every
single endpoint, each endpoint now gets its own kobject and they can
share a static list of attributes.  The number of extra fields added to
struct usb_host_endpoint has been reduced from 4 to 1.

The bEndpointAddress field is retained even though it is redundant (it
repeats the same information as the attributes' directory name).  The
code avoids calling kobject_register, to prevent generating unwanted
hotplug events.

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/core/sysfs.c
include/linux/usb.h