diff options
| author | augustss <augustss@NetBSD.org> | 2003-03-11 16:44:00 +0000 |
|---|---|---|
| committer | augustss <augustss@NetBSD.org> | 2003-03-11 16:44:00 +0000 |
| commit | 287c3adc4db8abf9e23015551069ece182c70103 (patch) | |
| tree | cff595e73a8bfd9cc02348271cb894c427b785a5 /sys/dev/usb/ums.c | |
| parent | df62259ae155d72b7f14b58a0920d7490f4158b8 (diff) | |
Update URLs for the HID spec.
(Committed at 36000 feet above the Atlantic on board LH418 using
a broadband satellite connection.)
Diffstat (limited to 'sys/dev/usb/ums.c')
| -rw-r--r-- | sys/dev/usb/ums.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/usb/ums.c b/sys/dev/usb/ums.c index 5ed9e1c1be2..bb105bb318d 100644 --- a/sys/dev/usb/ums.c +++ b/sys/dev/usb/ums.c @@ -1,4 +1,4 @@ -/* $NetBSD: ums.c,v 1.59 2002/09/23 05:59:01 simonb Exp $ */ +/* $NetBSD: ums.c,v 1.60 2003/03/11 16:44:00 augustss Exp $ */ /* * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -38,11 +38,11 @@ */ /* - * 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/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: ums.c,v 1.59 2002/09/23 05:59:01 simonb Exp $"); +__KERNEL_RCSID(0, "$NetBSD: ums.c,v 1.60 2003/03/11 16:44:00 augustss Exp $"); #include <sys/param.h> #include <sys/systm.h> |
