diff options
| author | Lukas Ertl <le@FreeBSD.org> | 2004-05-23 16:55:28 +0000 |
|---|---|---|
| committer | Lukas Ertl <le@FreeBSD.org> | 2004-05-23 16:55:28 +0000 |
| commit | b04f1772b7e55f55f55c31b2f54c0567a5842f54 (patch) | |
| tree | 933175decdb953f828046aff74baa3754759f7ec /sys/dev | |
| parent | 6670fdb15545971afef5f9ef3d5db6304b81fd92 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -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 a574d1f0279f0..461d35cbb29b2 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> |
