From 287c3adc4db8abf9e23015551069ece182c70103 Mon Sep 17 00:00:00 2001 From: augustss Date: Tue, 11 Mar 2003 16:44:00 +0000 Subject: Update URLs for the HID spec. (Committed at 36000 feet above the Atlantic on board LH418 using a broadband satellite connection.) --- sys/dev/usb/uhid.c | 6 +++--- sys/dev/usb/uhidev.c | 4 ++-- sys/dev/usb/ukbd.c | 6 +++--- sys/dev/usb/ums.c | 6 +++--- 4 files changed, 11 insertions(+), 11 deletions(-) (limited to 'sys/dev') diff --git a/sys/dev/usb/uhid.c b/sys/dev/usb/uhid.c index 74c3f776f35..81289127dc5 100644 --- a/sys/dev/usb/uhid.c +++ b/sys/dev/usb/uhid.c @@ -1,4 +1,4 @@ -/* $NetBSD: uhid.c,v 1.56 2002/11/26 18:49:49 christos Exp $ */ +/* $NetBSD: uhid.c,v 1.57 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 -__KERNEL_RCSID(0, "$NetBSD: uhid.c,v 1.56 2002/11/26 18:49:49 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: uhid.c,v 1.57 2003/03/11 16:44:00 augustss Exp $"); #include #include diff --git a/sys/dev/usb/uhidev.c b/sys/dev/usb/uhidev.c index 9b883cd5c8a..fb9501baca2 100644 --- a/sys/dev/usb/uhidev.c +++ b/sys/dev/usb/uhidev.c @@ -1,4 +1,4 @@ -/* $NetBSD: uhidev.c,v 1.13 2003/01/02 11:00:21 dsainty Exp $ */ +/* $NetBSD: uhidev.c,v 1.14 2003/03/11 16:44:00 augustss Exp $ */ /* * Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -38,7 +38,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 diff --git a/sys/dev/usb/ukbd.c b/sys/dev/usb/ukbd.c index ccf2ad056ba..da5f72e9289 100644 --- a/sys/dev/usb/ukbd.c +++ b/sys/dev/usb/ukbd.c @@ -1,4 +1,4 @@ -/* $NetBSD: ukbd.c,v 1.84 2002/10/09 01:02:26 augustss Exp $ */ +/* $NetBSD: ukbd.c,v 1.85 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 -__KERNEL_RCSID(0, "$NetBSD: ukbd.c,v 1.84 2002/10/09 01:02:26 augustss Exp $"); +__KERNEL_RCSID(0, "$NetBSD: ukbd.c,v 1.85 2003/03/11 16:44:00 augustss Exp $"); #include #include 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 -__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 #include -- cgit