Hello,

> Your driver should do like drivers/usb/usb.c (in this order):
>
> #ifdef CONFIG_USB_DEBUG
>       #define DEBUG
> #else
>       #undef DEBUG
> #endif
> #include <linux/usb.h>

using DEBUG is *not* a good idea!
I have to change
  #define DEBUG
into
  +define DEBUG 1

because there are some kernel headers which uses
#if DEBUG
instead of
#ifdef DEBUG

best regards
Wolfgang


_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to