Module Name: src
Committed By: skrll
Date: Fri Nov 1 14:32:54 UTC 2013
Modified Files:
src/sys/dev/usb: usb.h
Log Message:
DOTG is dead. Long live DWC2.
To generate a diff of this commit:
cvs rdiff -u -r1.105 -r1.106 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.105 src/sys/dev/usb/usb.h:1.106
--- src/sys/dev/usb/usb.h:1.105 Fri Sep 13 23:30:47 2013
+++ src/sys/dev/usb/usb.h Fri Nov 1 14:32:54 2013
@@ -1,4 +1,4 @@
-/* $NetBSD: usb.h,v 1.105 2013/09/13 23:30:47 jakllsch Exp $ */
+/* $NetBSD: usb.h,v 1.106 2013/11/01 14:32:54 skrll Exp $ */
/* $FreeBSD: src/sys/dev/usb/usb.h,v 1.14 1999/11/17 22:33:46 n_hibma Exp $ */
/*
@@ -61,7 +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 DWC2_DEBUG 1
#define EHCI_DEBUG 1
#define EZLOAD_DEBUG 1
#define KUE_DEBUG 1