On Wed, 3 Mar 2004, Greg KH wrote: > It looks great to me, thanks for doing this. I've applied this patch, > and your follow on patches. I then cleaned up the rest of the kernel > tree that used the act_altsetting variable, and then removed it for good > from the usb.h and usb core.
Okay. I still want to go through all the drivers, looking for places where they should be calling usb_ifnum_to_if or usb_altnum_to_altsetting. There's bound to be some that do things the wrong way. Once that's finished, I'd like to change config.c. The error messages can be made more informative, and we will be able to accept some erroneous configurations (since the drivers will no longer assume the array entries are in numerical order). Alan Stern ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
