diff options
author | le <le@FreeBSD.org> | 2004-05-23 16:55:28 +0000 |
---|---|---|
committer | le <le@FreeBSD.org> | 2004-05-23 16:55:28 +0000 |
commit | f7efea18054ba8ada73ca5c9439156b48d6890bc (patch) | |
tree | 933175decdb953f828046aff74baa3754759f7ec /sys/dev/usb | |
parent | f4c70ac59dd47ee285a43f028dceba9f40026e1c (diff) | |
download | FreeBSD-src-f7efea18054ba8ada73ca5c9439156b48d6890bc.zip FreeBSD-src-f7efea18054ba8ada73ca5c9439156b48d6890bc.tar.gz |
Update URL to HID spec.
Obtained from: NetBSD
Diffstat (limited to 'sys/dev/usb')
-rw-r--r-- | sys/dev/usb/uhid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/uhid.c b/sys/dev/usb/uhid.c index a574d1f..461d35c 100644 --- a/sys/dev/usb/uhid.c +++ b/sys/dev/usb/uhid.c @@ -45,7 +45,7 @@ __FBSDID("$FreeBSD$"); */ /* - * HID spec: http://www.usb.org/developers/data/usbhid10.pdf + * HID spec: http://www.usb.org/developers/devclass_docs/HID1_11.pdf */ #include <sys/param.h> |