Module Name:    src
Committed By:   skrll
Date:           Sun Jan 13 06:56:31 UTC 2013

Modified Files:
        src/sys/dev/usb: usb.h

Log Message:
Add DWC_OTG_DEBUG


To generate a diff of this commit:
cvs rdiff -u -r1.99 -r1.100 src/sys/dev/usb/usb.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/usb/usb.h
diff -u src/sys/dev/usb/usb.h:1.99 src/sys/dev/usb/usb.h:1.100
--- src/sys/dev/usb/usb.h:1.99	Wed Jan  9 01:44:46 2013
+++ src/sys/dev/usb/usb.h	Sun Jan 13 06:56:30 2013
@@ -1,4 +1,4 @@
-/*	$NetBSD: usb.h,v 1.99 2013/01/09 01:44:46 jmcneill Exp $	*/
+/*	$NetBSD: usb.h,v 1.100 2013/01/13 06:56:30 skrll Exp $	*/
 /*	$FreeBSD: src/sys/dev/usb/usb.h,v 1.14 1999/11/17 22:33:46 n_hibma Exp $	*/
 
 /*
@@ -61,6 +61,7 @@ MALLOC_DECLARE(M_USBHC);
 #define AUVITEK_I2C_DEBUG 1
 #define AXE_DEBUG 1
 #define CUE_DEBUG 1
+#define DWC_OTG_DEBUG 1
 #define EHCI_DEBUG 1
 #define EZLOAD_DEBUG 1
 #define KUE_DEBUG 1

Reply via email to