From: sthen Date: Fri, 29 Jan 2021 16:59:41 +0000 (+0000) Subject: update some usb.org URLs following reorganisation, add a new one for upd X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=a007768d1a6534929b0562890b0599f0399812f1;p=openbsd update some usb.org URLs following reorganisation, add a new one for upd partly from Alessandro Ricci --- diff --git a/sys/dev/usb/uhid.c b/sys/dev/usb/uhid.c index bf3cd166380..ba21e8cf96f 100644 --- a/sys/dev/usb/uhid.c +++ b/sys/dev/usb/uhid.c @@ -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" diff --git a/sys/dev/usb/uhidev.c b/sys/dev/usb/uhidev.c index 3549129cbfc..16f440714c1 100644 --- a/sys/dev/usb/uhidev.c +++ b/sys/dev/usb/uhidev.c @@ -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 diff --git a/sys/dev/usb/ukbd.c b/sys/dev/usb/ukbd.c index 68cd76cf7d1..d6eaf64f2ef 100644 --- a/sys/dev/usb/ukbd.c +++ b/sys/dev/usb/ukbd.c @@ -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 diff --git a/sys/dev/usb/ums.c b/sys/dev/usb/ums.c index 49fb869c797..15c777c85a8 100644 --- a/sys/dev/usb/ums.c +++ b/sys/dev/usb/ums.c @@ -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 diff --git a/sys/dev/usb/upd.c b/sys/dev/usb/upd.c index 8be358e9360..50cc25af08f 100644 --- a/sys/dev/usb/upd.c +++ b/sys/dev/usb/upd.c @@ -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 @@ -17,7 +17,10 @@ * 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 #include diff --git a/sys/dev/usb/usb.c b/sys/dev/usb/usb.c index f4a77afb01f..b8943882d0a 100644 --- a/sys/dev/usb/usb.c +++ b/sys/dev/usb/usb.c @@ -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"