summaryrefslogtreecommitdiff
path: root/sys/dev/usb
diff options
context:
space:
mode:
authorStuart Henderson <sthen@cvs.openbsd.org>2021-03-28 12:06:47 +0000
committerStuart Henderson <sthen@cvs.openbsd.org>2021-03-28 12:06:47 +0000
commit64c079946c319fc87abe1a486145a56535218d92 (patch)
tree7f48e1d87dc20957ddd8b94b02694535f18a0407 /sys/dev/usb
parent15a8db92a30e66cd9010a442de05ad01ae25bdb2 (diff)
sync
Diffstat (limited to 'sys/dev/usb')
-rw-r--r--sys/dev/usb/usbdevs.h6
-rw-r--r--sys/dev/usb/usbdevs_data.h12
2 files changed, 14 insertions, 4 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h
index 75e51a16a81..b4a66142c23 100644
--- a/sys/dev/usb/usbdevs.h
+++ b/sys/dev/usb/usbdevs.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: usbdevs.h,v 1.746 2021/03/24 18:49:40 sthen Exp $ */
+/* $OpenBSD: usbdevs.h,v 1.747 2021/03/28 12:06:46 sthen Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * OpenBSD: usbdevs,v 1.734 2021/03/24 18:49:25 sthen Exp
+ * OpenBSD: usbdevs,v 1.735 2021/03/28 12:06:35 sthen Exp
*/
/* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */
@@ -1526,6 +1526,7 @@
#define USB_PRODUCT_DELL_W5500 0x8115 /* W5500 HSDPA */
#define USB_PRODUCT_DELL_U740 0x8135 /* U740 CDMA */
#define USB_PRODUCT_DELL_EU870D 0x8138 /* EU870D HSDPA */
+#define USB_PRODUCT_DELL_DW5821E 0x81d7 /* DW5821e LTE */
#define USB_PRODUCT_DELL_DW700 0x9500 /* DW700 GPS */
#define USB_PRODUCT_DELL2_UPS 0xffff /* UPS */
@@ -2309,6 +2310,7 @@
#define USB_PRODUCT_HUAWEI_K3765_INIT 0x1520 /* HUAWEI Mobile K3765 Initial */
#define USB_PRODUCT_HUAWEI_K3772_INIT 0x1526 /* HUAWEI Mobile K3772 Initial */
#define USB_PRODUCT_HUAWEI_MU609 0x1573 /* HUAWEI Mobile ME906 */
+#define USB_PRODUCT_HUAWEI_ME906S 0x15c1 /* ME906s LTE */
#define USB_PRODUCT_HUAWEI_E173S 0x1c05 /* HUAWEI Mobile E173s */
#define USB_PRODUCT_HUAWEI_E173S_INIT 0x1c0b /* HUAWEI Mobile E173s Initial */
#define USB_PRODUCT_HUAWEI_E303 0x1f01 /* HUAWEI Mobile E303 */
diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h
index 1125df58139..a368056e855 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.740 2021/03/24 18:49:40 sthen Exp $ */
+/* $OpenBSD: usbdevs_data.h,v 1.741 2021/03/28 12:06:46 sthen Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * OpenBSD: usbdevs,v 1.734 2021/03/24 18:49:25 sthen Exp
+ * OpenBSD: usbdevs,v 1.735 2021/03/28 12:06:35 sthen Exp
*/
/* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */
@@ -2454,6 +2454,10 @@ const struct usb_known_product usb_known_products[] = {
"EU870D HSDPA",
},
{
+ USB_VENDOR_DELL, USB_PRODUCT_DELL_DW5821E,
+ "DW5821e LTE",
+ },
+ {
USB_VENDOR_DELL, USB_PRODUCT_DELL_DW700,
"DW700 GPS",
},
@@ -4890,6 +4894,10 @@ const struct usb_known_product usb_known_products[] = {
"HUAWEI Mobile ME906",
},
{
+ USB_VENDOR_HUAWEI, USB_PRODUCT_HUAWEI_ME906S,
+ "ME906s LTE",
+ },
+ {
USB_VENDOR_HUAWEI, USB_PRODUCT_HUAWEI_E173S,
"HUAWEI Mobile E173s",
},