Alan Stern be69e5b190 [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>
2005-10-28 16:47:50 -07:00
..
2005-09-03 00:15:11 -04:00
2005-10-28 08:16:48 -07:00
2005-10-28 12:18:07 -04:00
2005-10-28 08:16:48 -07:00
2005-09-29 08:46:27 -07:00
2005-10-28 08:16:48 -07:00
2005-10-28 08:16:50 -07:00
2005-10-28 08:16:50 -07:00