From 2aa558132a5f1fc575eceeff087d3834bfda589a Mon Sep 17 00:00:00 2001 From: Marc Balmer Date: Tue, 29 May 2007 19:57:46 +0000 Subject: set UDCF_DEBUG to 1 when USB_DEBUG is defined. ok mjc --- sys/dev/usb/usb_port.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/dev/usb/usb_port.h b/sys/dev/usb/usb_port.h index 97fbe80cf16..c9b611ebf9f 100644 --- a/sys/dev/usb/usb_port.h +++ b/sys/dev/usb/usb_port.h @@ -1,4 +1,4 @@ -/* $OpenBSD: usb_port.h,v 1.68 2007/05/27 04:00:25 jsg Exp $ */ +/* $OpenBSD: usb_port.h,v 1.69 2007/05/29 19:57:45 mbalmer Exp $ */ /* $NetBSD: usb_port.h,v 1.62 2003/02/15 18:33:30 augustss Exp $ */ /* $FreeBSD: src/sys/dev/usb/usb_port.h,v 1.21 1999/11/17 22:33:47 n_hibma Exp $ */ @@ -83,6 +83,7 @@ #define UISDATA_DEBUG 1 #define UDSBR_DEBUG 1 #define UIPAQ_DEBUG 1 +#define UDCF_DEBUG 1 #endif #define Static -- cgit v1.2.3