diff options
| author | Nick Hibma <n_hibma@FreeBSD.org> | 1999-05-03 23:13:14 +0000 |
|---|---|---|
| committer | Nick Hibma <n_hibma@FreeBSD.org> | 1999-05-03 23:13:14 +0000 |
| commit | 808844911fd3659740a7610aebb5b1563b400245 (patch) | |
| tree | 5d77011dec94fbc5fef321d95bedef873222beee /sys | |
| parent | f018dbb4d90d99885c2eb394e0f6e65596b1152b (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/dev/usb/uhid.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/usb/uhid.c b/sys/dev/usb/uhid.c index e43455630d68..1729a92e6fed 100644 --- a/sys/dev/usb/uhid.c +++ b/sys/dev/usb/uhid.c @@ -1,4 +1,4 @@ -/* $NetBSD: uhid.c,v 1.14 1999/01/08 11:58:25 augustss Exp $ */ +/* $NetBSD: uhid.c,v 1.15 1999/01/10 11:13:36 augustss Exp $ */ /* $FreeBSD$ */ /* @@ -38,6 +38,10 @@ * POSSIBILITY OF SUCH DAMAGE. */ +/* + * HID spec: http://www.usb.org/developers/data/usbhid10.pdf + */ + #include <sys/param.h> #include <sys/systm.h> |
