diff options
author | 2007-05-29 19:57:45 +0000 | |
---|---|---|
committer | 2007-05-29 19:57:45 +0000 | |
commit | 710847c4520ccbab917c8ce6dd7990dc1409a701 (patch) | |
tree | 6a95f04745a7bbff1f3a88a419c805f9784c33e4 | |
parent | put the reload imsg types in right now. it makes my life easier. (diff) | |
download | wireguard-openbsd-710847c4520ccbab917c8ce6dd7990dc1409a701.tar.xz wireguard-openbsd-710847c4520ccbab917c8ce6dd7990dc1409a701.zip |
set UDCF_DEBUG to 1 when USB_DEBUG is defined.
ok mjc
-rw-r--r-- | sys/dev/usb/usb_port.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 |