On Mon, Oct 24, 2005 at 03:27:01PM -0400, Alan Stern wrote:
> Greg:
> 
> This patch (as587) 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.

That's nice, but you are now generating hotplug events for endpoints.
Are you sure we want to do this?

You also removed the following two attributes:

> -usb_ep_attr(bDescriptorType, "%02x\n")
> -usb_ep_attr(bEndpointAddress, "%02x\n")

I saw that you mentioned that we don't need the address, as it's in the
directory name, but I would argue that we should have it anyway, as it's
hard for some shell languages to parse out the address from the
directory name.

The decriptor type is fine to remove, as you are right, it is redundant.

thanks,

greg k-h


-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
[email protected]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to