[linux-usb-devel] [PATCH] (2.6.0-test5) Debug output when CONFIG_USB_DEBUG is set

2003-09-16 Thread Daniel Drake
This patch makes more device drivers (listed below) send debug output to the system log when CONFIG_USB_DEBUG is set in the kernel configuration. class/bluetty class/usblp core/hcd image/microtek input/hid-core media/dabusb media/vicam net/ax8817x There are issues with some of the code that is now

Re: [linux-usb-devel] [PATCH] (2.6.0-test5) Debug output when CONFIG_USB_DEBUG is set

2003-09-16 Thread David Brownell
Daniel Drake wrote: I am new to kernel development (any comments on what I've just done appreciated!), and I noticed that quite a lot of other USB drivers have commented out lines such as //#define DEBUG //#define VERBOSE DEBUG is used (#ifdef/#ifndef) in several places to control whether extra