update some usb.org URLs following reorganisation, add a new one for upd
authorsthen <sthen@openbsd.org>
Fri, 29 Jan 2021 16:59:41 +0000 (16:59 +0000)
committersthen <sthen@openbsd.org>
Fri, 29 Jan 2021 16:59:41 +0000 (16:59 +0000)
partly from Alessandro Ricci

sys/dev/usb/uhid.c
sys/dev/usb/uhidev.c
sys/dev/usb/ukbd.c
sys/dev/usb/ums.c
sys/dev/usb/upd.c
sys/dev/usb/usb.c

index bf3cd16..ba21e8c 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: uhid.c,v 1.82 2021/01/23 05:08:36 thfr Exp $ */
+/*     $OpenBSD: uhid.c,v 1.83 2021/01/29 16:59:41 sthen Exp $ */
 /*     $NetBSD: uhid.c,v 1.57 2003/03/11 16:44:00 augustss Exp $       */
 
 /*
@@ -32,7 +32,7 @@
  */
 
 /*
- * HID spec: http://www.usb.org/developers/devclass_docs/HID1_11.pdf
+ * HID spec: https://www.usb.org/sites/default/files/hid1_11.pdf
  */
 
 #include "fido.h"
index 3549129..16f4407 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: uhidev.c,v 1.84 2021/01/25 14:14:42 mglocker Exp $    */
+/*     $OpenBSD: uhidev.c,v 1.85 2021/01/29 16:59:41 sthen Exp $       */
 /*     $NetBSD: uhidev.c,v 1.14 2003/03/11 16:44:00 augustss Exp $     */
 
 /*
@@ -32,7 +32,7 @@
  */
 
 /*
- * HID spec: http://www.usb.org/developers/devclass_docs/HID1_11.pdf
+ * HID spec: https://www.usb.org/sites/default/files/hid1_11.pdf
  */
 
 #include <sys/param.h>
index 68cd76c..d6eaf64 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: ukbd.c,v 1.81 2020/11/02 19:45:18 tobhe Exp $ */
+/*     $OpenBSD: ukbd.c,v 1.82 2021/01/29 16:59:41 sthen Exp $ */
 /*      $NetBSD: ukbd.c,v 1.85 2003/03/11 16:44:00 augustss Exp $        */
 
 /*
@@ -47,7 +47,7 @@
  */
 
 /*
- * HID spec: http://www.usb.org/developers/devclass_docs/HID1_11.pdf
+ * HID spec: https://www.usb.org/sites/default/files/hid1_11.pdf
  */
 
 #include <sys/param.h>
index 49fb869..15c777c 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: ums.c,v 1.46 2021/01/10 16:32:48 thfr Exp $ */
+/*     $OpenBSD: ums.c,v 1.47 2021/01/29 16:59:41 sthen Exp $ */
 /*     $NetBSD: ums.c,v 1.60 2003/03/11 16:44:00 augustss Exp $        */
 
 /*
@@ -32,7 +32,7 @@
  */
 
 /*
- * HID spec: http://www.usb.org/developers/devclass_docs/HID1_11.pdf
+ * HID spec: https://www.usb.org/sites/default/files/hid1_11.pdf
  */
 
 #include <sys/param.h>
index 8be358e..50cc25a 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: upd.c,v 1.27 2020/02/28 12:13:55 mpi Exp $ */
+/*     $OpenBSD: upd.c,v 1.28 2021/01/29 16:59:41 sthen Exp $ */
 
 /*
  * Copyright (c) 2015 David Higgs <higgsd@gmail.com>
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* Driver for USB Power Devices sensors */
+/*
+ * Driver for USB Power Devices sensors
+ * https://usb.org/sites/default/files/pdcv10.pdf
+ */
 
 #include <sys/param.h>
 #include <sys/systm.h>
index f4a77af..b894388 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: usb.c,v 1.126 2020/09/02 12:36:12 mglocker Exp $      */
+/*     $OpenBSD: usb.c,v 1.127 2021/01/29 16:59:41 sthen Exp $ */
 /*     $NetBSD: usb.c,v 1.77 2003/01/01 00:10:26 thorpej Exp $ */
 
 /*
@@ -33,8 +33,7 @@
 
 /*
  * USB specifications and other documentation can be found at
- * http://www.usb.org/developers/docs/ and
- * http://www.usb.org/developers/devclass_docs/
+ * https://www.usb.org/documents
  */
 
 #include "ohci.h"