mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 11:31:40 +00:00
Enable built-in debug messages usage (via CONFIG_USB_DEBUG)
svn path=/trunk/; revision=15449
This commit is contained in:
parent
a47cb4260c
commit
a8779d96c8
1 changed files with 5 additions and 1 deletions
|
@ -42,11 +42,15 @@
|
|||
#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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue