Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/usb DOTG is dead. Long live DWC2.



details:   https://anonhg.NetBSD.org/src/rev/b8749e0cf643
branches:  trunk
changeset: 791037:b8749e0cf643
user:      skrll <skrll%NetBSD.org@localhost>
date:      Fri Nov 01 14:32:54 2013 +0000

description:
DOTG is dead. Long live DWC2.

diffstat:

 sys/dev/usb/usb.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 431202f93f4b -r b8749e0cf643 sys/dev/usb/usb.h
--- a/sys/dev/usb/usb.h Fri Nov 01 14:24:03 2013 +0000
+++ b/sys/dev/usb/usb.h Fri Nov 01 14:32:54 2013 +0000
@@ -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 @@
 #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



Home | Main Index | Thread Index | Old Index