summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2004-05-26 04:26:59 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2004-05-26 04:26:59 +0000
commitee5735a919b61d1deb0828878c5708855f007e5a (patch)
tree0a4b7e19e6d3d563a55fdeb89215747c1cc62a4a /sys
parent8f98ad10403c1cce3d6bf637c531b95ef5939054 (diff)
rehab the locator index crack monkeys
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/usb/usb_port.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/usb/usb_port.h b/sys/dev/usb/usb_port.h
index 1740bd0ed25..46b14e7579f 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.48 2004/04/02 01:10:09 deraadt Exp $ */
+/* $OpenBSD: usb_port.h,v 1.49 2004/05/26 04:26:58 deraadt 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 $ */
@@ -251,9 +251,9 @@ int __CONCAT(dname,_detach)(struct device *self, int flags)
typedef struct proc *usb_proc_ptr;
-#define UCOMBUSCF_PORTNO -1
+#define UCOMBUSCF_PORTNO 0
#define UCOMBUSCF_PORTNO_DEFAULT -1
-#define UHIDBUSCF_REPORTID -1
+#define UHIDBUSCF_REPORTID 0
#define UHIDBUSCF_REPORTID_DEFAULT -1
#define bswap32(x) swap32(x)