Source-Changes-HG archive

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

[src/netbsd-7]: src/sys/dev/usb Pull up following revision(s) (requested by s...



details:   https://anonhg.NetBSD.org/src/rev/d3c6af3fe06c
branches:  netbsd-7
changeset: 798244:d3c6af3fe06c
user:      martin <martin%NetBSD.org@localhost>
date:      Thu Aug 14 06:56:55 2014 +0000

description:
Pull up following revision(s) (requested by skrll in ticket #10):
        sys/dev/usb/usb.h: revision 1.107
Define AXEN_DEBUG.  From Takahiro HAYASHI.

diffstat:

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

diffs (17 lines):

diff -r 71865e1079c3 -r d3c6af3fe06c sys/dev/usb/usb.h
--- a/sys/dev/usb/usb.h Thu Aug 14 06:52:38 2014 +0000
+++ b/sys/dev/usb/usb.h Thu Aug 14 06:56:55 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: usb.h,v 1.106.4.1 2014/08/13 21:50:39 riz Exp $        */
+/*     $NetBSD: usb.h,v 1.106.4.2 2014/08/14 06:56:55 martin Exp $     */
 /*     $FreeBSD: src/sys/dev/usb/usb.h,v 1.14 1999/11/17 22:33:46 n_hibma Exp $        */
 
 /*
@@ -60,6 +60,7 @@
 #define AUE_DEBUG 1
 #define AUVITEK_I2C_DEBUG 1
 #define AXE_DEBUG 1
+#define AXEN_DEBUG 1
 #define CUE_DEBUG 1
 #define DWC2_DEBUG 1
 #define EHCI_DEBUG 1



Home | Main Index | Thread Index | Old Index