Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/usb Add USSCANNER_DEBUG



details:   https://anonhg.NetBSD.org/src/rev/b0cdd9324db3
branches:  trunk
changeset: 502070:b0cdd9324db3
user:      augustss <augustss%NetBSD.org@localhost>
date:      Thu Jan 11 06:33:51 2001 +0000

description:
Add USSCANNER_DEBUG

diffstat:

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

diffs (26 lines):

diff -r e0158b57866f -r b0cdd9324db3 sys/dev/usb/usb_port.h
--- a/sys/dev/usb/usb_port.h    Thu Jan 11 06:33:22 2001 +0000
+++ b/sys/dev/usb/usb_port.h    Thu Jan 11 06:33:51 2001 +0000
@@ -1,5 +1,5 @@
 /*     $OpenBSD: usb_port.h,v 1.18 2000/09/06 22:42:10 rahnds Exp $ */
-/*     $NetBSD: usb_port.h,v 1.37 2000/12/04 03:38:56 augustss Exp $   */
+/*     $NetBSD: usb_port.h,v 1.38 2001/01/11 06:33:51 augustss Exp $   */
 /*     $FreeBSD: src/sys/dev/usb/usb_port.h,v 1.21 1999/11/17 22:33:47 n_hibma Exp $   */
 
 /*
@@ -71,6 +71,7 @@
 #define URIO_DEBUG 1
 #define UFTDI_DEBUG 1
 #define USCANNER_DEBUG 1
+#define USSCANNER_DEBUG 1
 #define Static
 #else
 #define Static static
@@ -198,6 +199,7 @@
 #define URIO_DEBUG 1
 #define UFTDI_DEBUG 1
 #define USCANNER_DEBUG 1
+#define USSCANNER_DEBUG 1
 #endif
 
 #define Static



Home | Main Index | Thread Index | Old Index