diff options
author | 2003-05-19 04:17:53 +0000 | |
---|---|---|
committer | 2003-05-19 04:17:53 +0000 | |
commit | c0771da2756e08ba511110a3c144c5a71245c324 (patch) | |
tree | 94eb9b081207e6b8c27cbb0c2728bf092d76bdc1 /sys/dev/usb/uhid.c | |
parent | don't print altq en-/disabled - there's no point, you can't turn them on (diff) | |
download | wireguard-openbsd-c0771da2756e08ba511110a3c144c5a71245c324.tar.xz wireguard-openbsd-c0771da2756e08ba511110a3c144c5a71245c324.zip |
fix documentation links from netbsd
Diffstat (limited to 'sys/dev/usb/uhid.c')
-rw-r--r-- | sys/dev/usb/uhid.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/uhid.c b/sys/dev/usb/uhid.c index ea946e1e818..3baa3601185 100644 --- a/sys/dev/usb/uhid.c +++ b/sys/dev/usb/uhid.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uhid.c,v 1.24 2002/11/11 02:32:32 nate Exp $ */ +/* $OpenBSD: uhid.c,v 1.25 2003/05/19 04:17:53 nate Exp $ */ /* $NetBSD: uhid.c,v 1.55 2002/10/23 09:14:00 jdolecek 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> |