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 UKBD_DEBUG.
details: https://anonhg.NetBSD.org/src/rev/77b42ed1cf5a
branches: trunk
changeset: 496481:77b42ed1cf5a
user: augustss <augustss%NetBSD.org@localhost>
date: Thu Aug 24 14:13:38 2000 +0000
description:
Add UKBD_DEBUG.
diffstat:
sys/dev/usb/usb_port.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (25 lines):
diff -r ed4704208ccc -r 77b42ed1cf5a sys/dev/usb/usb_port.h
--- a/sys/dev/usb/usb_port.h Thu Aug 24 14:12:34 2000 +0000
+++ b/sys/dev/usb/usb_port.h Thu Aug 24 14:13:38 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: usb_port.h,v 1.33 2000/06/01 14:37:51 augustss Exp $ */
+/* $NetBSD: usb_port.h,v 1.34 2000/08/24 14:13:38 augustss Exp $ */
/* $FreeBSD: src/sys/dev/usb/usb_port.h,v 1.21 1999/11/17 22:33:47 n_hibma Exp $ */
/*
@@ -51,6 +51,7 @@
#include "opt_usbverbose.h"
#ifdef USB_DEBUG
+#define UKBD_DEBUG 1
#define UHID_DEBUG 1
#define OHCI_DEBUG 1
#define UGEN_DEBUG 1
@@ -175,6 +176,7 @@
* OpenBSD
*/
#ifdef USB_DEBUG
+#define UKBD_DEBUG 1
#define UHID_DEBUG 1
#define OHCI_DEBUG 1
#define UGEN_DEBUG 1
Home |
Main Index |
Thread Index |
Old Index