Hi, Here's a patch against 2.4.10-ac10 that updates the usb core to to the same version that is in the 2.4.11-pre6 tree.
thanks, greg k-h diff --minimal -Nru a/drivers/usb/usb.c b/drivers/usb/usb.c --- a/drivers/usb/usb.c Tue Oct 9 15:09:43 2001 +++ b/drivers/usb/usb.c Tue Oct 9 15:09:43 2001 @@ -2403,6 +2403,7 @@ EXPORT_SYMBOL(usb_set_interface); EXPORT_SYMBOL(usb_get_configuration); EXPORT_SYMBOL(usb_set_configuration); +EXPORT_SYMBOL(usb_get_status); EXPORT_SYMBOL(usb_get_current_frame_number); _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
