summaryrefslogtreecommitdiff
path: root/sys/dev/usb/uhidev.c
diff options
context:
space:
mode:
authorNathan Binkert <nate@cvs.openbsd.org>2003-05-19 04:17:54 +0000
committerNathan Binkert <nate@cvs.openbsd.org>2003-05-19 04:17:54 +0000
commitb933e3d089d8ecca405dabbd601c953b9d4c7915 (patch)
treeb6a9d43bc66730e2ca38db15c33f5cda152517b2 /sys/dev/usb/uhidev.c
parent722de9933c51fe49bcaece0d12c93f298f4b92e6 (diff)
fix documentation links from netbsd
Diffstat (limited to 'sys/dev/usb/uhidev.c')
-rw-r--r--sys/dev/usb/uhidev.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/uhidev.c b/sys/dev/usb/uhidev.c
index d0bc558a77e..4f3589d14ef 100644
--- a/sys/dev/usb/uhidev.c
+++ b/sys/dev/usb/uhidev.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uhidev.c,v 1.7 2003/05/07 04:33:33 deraadt Exp $ */
+/* $OpenBSD: uhidev.c,v 1.8 2003/05/19 04:17:53 nate Exp $ */
/* $NetBSD: uhidev.c,v 1.10 2002/10/09 06:27:09 fair Exp $ */
/*
@@ -39,7 +39,7 @@
*/
/*
- * HID spec: http://www.usb.org/developers/data/devclass/hid1_1.pdf
+ * HID spec: http://www.usb.org/developers/devclass_docs/HID1_11.pdf
*/
#include <sys/param.h>