summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortobhe <tobhe@openbsd.org>2020-06-22 15:52:39 +0000
committertobhe <tobhe@openbsd.org>2020-06-22 15:52:39 +0000
commit6cb24dcfd272f8e14e452193983aa74bb1dcffea (patch)
tree9f4e22528821aacaf42c6cfce6b94b0cfacc131e
parentAdd Ericsson F5521gw Mobile Broadband Modem. (diff)
downloadwireguard-openbsd-6cb24dcfd272f8e14e452193983aa74bb1dcffea.tar.xz
wireguard-openbsd-6cb24dcfd272f8e14e452193983aa74bb1dcffea.zip
regen
-rw-r--r--sys/dev/usb/usbdevs.h8
-rw-r--r--sys/dev/usb/usbdevs_data.h12
2 files changed, 16 insertions, 4 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h
index 45fda88512f..782f5fffde1 100644
--- a/sys/dev/usb/usbdevs.h
+++ b/sys/dev/usb/usbdevs.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: usbdevs.h,v 1.728 2020/06/17 23:43:08 bru Exp $ */
+/* $OpenBSD: usbdevs.h,v 1.729 2020/06/22 15:52:39 tobhe Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * OpenBSD: usbdevs,v 1.715 2020/05/31 18:12:04 jcs Exp
+ * OpenBSD: usbdevs,v 1.717 2020/06/22 15:49:37 tobhe Exp
*/
/* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */
@@ -427,6 +427,7 @@
#define USB_VENDOR_AMBIT 0x0bb2 /* Ambit Microsystems */
#define USB_VENDOR_HTC 0x0bb4 /* HTC */
#define USB_VENDOR_REALTEK 0x0bda /* Realtek */
+#define USB_VENDOR_ERICSSON 0x0bdb /* Ericsson */
#define USB_VENDOR_MEI 0x0bed /* MEI */
#define USB_VENDOR_ADDONICS2 0x0bf6 /* Addonics Technology */
#define USB_VENDOR_FSC 0x0bf8 /* Fujitsu Siemens Computers */
@@ -1774,6 +1775,9 @@
#define USB_PRODUCT_EPSON_DX6000 0x082e /* Stylus DX6000 */
#define USB_PRODUCT_EPSON_DX4000 0x082f /* Stylus DX4000 */
+/* Ericsson products */
+#define USB_PRODUCT_ERICSSON_F5521GW 0x1911 /* Mobile Broadband Module */
+
/* e-TEK Labs products */
#define USB_PRODUCT_ETEK_1COM 0x8007 /* Serial */
diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h
index 5f99654dda1..7ef0d6c0e55 100644
--- a/sys/dev/usb/usbdevs_data.h
+++ b/sys/dev/usb/usbdevs_data.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: usbdevs_data.h,v 1.722 2020/06/17 23:43:08 bru Exp $ */
+/* $OpenBSD: usbdevs_data.h,v 1.723 2020/06/22 15:52:39 tobhe Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * OpenBSD: usbdevs,v 1.715 2020/05/31 18:12:04 jcs Exp
+ * OpenBSD: usbdevs,v 1.717 2020/06/22 15:49:37 tobhe Exp
*/
/* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */
@@ -3226,6 +3226,10 @@ const struct usb_known_product usb_known_products[] = {
"Stylus DX4000",
},
{
+ USB_VENDOR_ERICSSON, USB_PRODUCT_ERICSSON_F5521GW,
+ "Mobile Broadband Module",
+ },
+ {
USB_VENDOR_ETEK, USB_PRODUCT_ETEK_1COM,
"Serial",
},
@@ -13258,6 +13262,10 @@ const struct usb_known_vendor usb_known_vendors[] = {
"Realtek",
},
{
+ USB_VENDOR_ERICSSON,
+ "Ericsson",
+ },
+ {
USB_VENDOR_MEI,
"MEI",
},