diff --git a/reactos/drivers/usb/cromwell/uhci/uhci-hcd.c b/reactos/drivers/usb/cromwell/uhci/uhci-hcd.c index 35460311359..e9d377d46e2 100644 --- a/reactos/drivers/usb/cromwell/uhci/uhci-hcd.c +++ b/reactos/drivers/usb/cromwell/uhci/uhci-hcd.c @@ -42,11 +42,15 @@ #include #include #include +#endif + #ifdef CONFIG_USB_DEBUG #define DEBUG #else #undef DEBUG #endif + +#if 0 #include #include @@ -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