diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-11-02 17:53:48 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-11-02 17:53:48 +0000 |
commit | d6f0bc5604264a930e3e520cf142dad1bb7818a3 (patch) | |
tree | 51830a378207be617241ed433ff36970b58236fd /sys/dev | |
parent | c38f51f9de875107caa0291ce1cd19fa96292468 (diff) |
i do not think everybody needs USB_DEBUG
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/usb/usb_port.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/usb/usb_port.h b/sys/dev/usb/usb_port.h index 9ef0b33fc4d..20aa2aea238 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.30 2001/10/31 04:24:44 nate Exp $ */ +/* $OpenBSD: usb_port.h,v 1.31 2001/11/02 17:53:47 mickey Exp $ */ /* $NetBSD: usb_port.h,v 1.44 2001/05/14 20:35:29 bouyer Exp $ */ /* $FreeBSD: src/sys/dev/usb/usb_port.h,v 1.21 1999/11/17 22:33:47 n_hibma Exp $ */ @@ -188,7 +188,6 @@ __CONCAT(dname,_detach)(self, flags) \ /* * OpenBSD */ -#define USB_DEBUG #ifdef USB_DEBUG #define UKBD_DEBUG 1 #define UHID_DEBUG 1 |