summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/usb.c
diff options
context:
space:
mode:
authorsthen <sthen@openbsd.org>2021-01-29 16:59:41 +0000
committersthen <sthen@openbsd.org>2021-01-29 16:59:41 +0000
commita007768d1a6534929b0562890b0599f0399812f1 (patch)
tree608747c0bbe43cf775b883ab8351335472fc35d1 /sys/dev/usb/usb.c
parentAdjust for disabling gcc on macppc. (diff)
downloadwireguard-openbsd-a007768d1a6534929b0562890b0599f0399812f1.tar.xz
wireguard-openbsd-a007768d1a6534929b0562890b0599f0399812f1.zip
update some usb.org URLs following reorganisation, add a new one for upd
partly from Alessandro Ricci
Diffstat (limited to 'sys/dev/usb/usb.c')
-rw-r--r--sys/dev/usb/usb.c5
1 files changed, 2 insertions, 3 deletions
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"