Hi Greg, here is the same thing for 2.4. speedtch.c | 4 ++++ 1 files changed, 4 insertions(+)
diff -Nru a/drivers/usb/speedtch.c b/drivers/usb/speedtch.c --- a/drivers/usb/speedtch.c Tue Apr 13 12:32:11 2004 +++ b/drivers/usb/speedtch.c Tue Apr 13 12:32:11 2004 @@ -83,6 +83,10 @@ #define VERBOSE_DEBUG */ +#if !defined (DEBUG) && defined (CONFIG_USB_DEBUG) +# define DEBUG +#endif + #include <linux/usb.h> #ifdef DEBUG ------------------------------------------------------- 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
