Enable built-in debug messages usage (via CONFIG_USB_DEBUG)
authorAleksey Bragin <aleksey@reactos.org>
Sat, 21 May 2005 08:44:40 +0000 (08:44 +0000)
committerAleksey Bragin <aleksey@reactos.org>
Sat, 21 May 2005 08:44:40 +0000 (08:44 +0000)
svn path=/trunk/; revision=15449

reactos/drivers/usb/cromwell/uhci/uhci-hcd.c

index 3546031..e9d377d 100644 (file)
 #include <linux/interrupt.h>
 #include <linux/spinlock.h>
 #include <linux/proc_fs.h>
+#endif
+
 #ifdef CONFIG_USB_DEBUG
 #define DEBUG
 #else
 #undef DEBUG
 #endif
+
+#if 0
 #include <linux/usb.h>
 
 #include <asm/uaccess.h>
@@ -79,7 +83,7 @@
  * debug = 3, show all TD's in URB's when dumping
  */
 #ifdef DEBUG
-static int debug = 1;
+static int debug = 3;
 #else
 static int debug = 2;
 #endif