Hi, Here's a patch against 2.4.10 that adds the usb_get_status function to the list of exported symbols. Thanks to Randy Dunlap for the patch. thanks, greg k-h (temporary USB maintainer) diff -Nru a/drivers/usb/usb.c b/drivers/usb/usb.c --- a/drivers/usb/usb.c Wed Sep 26 10:52:00 2001 +++ b/drivers/usb/usb.c Wed Sep 26 10:52:00 2001 @@ -2397,6 +2397,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
