sync
authorsthen <sthen@openbsd.org>
Sun, 28 Mar 2021 12:06:46 +0000 (12:06 +0000)
committersthen <sthen@openbsd.org>
Sun, 28 Mar 2021 12:06:46 +0000 (12:06 +0000)
sys/dev/usb/usbdevs.h
sys/dev/usb/usbdevs_data.h

index 75e51a1..b4a6614 100644 (file)
@@ -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 $ */
 
 #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 */
 
 #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 */
index 1125df5..a368056 100644 (file)
@@ -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 $ */
 
@@ -2453,6 +2453,10 @@ const struct usb_known_product usb_known_products[] = {
            USB_VENDOR_DELL, USB_PRODUCT_DELL_EU870D,
            "EU870D HSDPA",
        },
+       {
+           USB_VENDOR_DELL, USB_PRODUCT_DELL_DW5821E,
+           "DW5821e LTE",
+       },
        {
            USB_VENDOR_DELL, USB_PRODUCT_DELL_DW700,
            "DW700 GPS",
@@ -4889,6 +4893,10 @@ const struct usb_known_product usb_known_products[] = {
            USB_VENDOR_HUAWEI, USB_PRODUCT_HUAWEI_MU609,
            "HUAWEI Mobile ME906",
        },
+       {
+           USB_VENDOR_HUAWEI, USB_PRODUCT_HUAWEI_ME906S,
+           "ME906s LTE",
+       },
        {
            USB_VENDOR_HUAWEI, USB_PRODUCT_HUAWEI_E173S,
            "HUAWEI Mobile E173s",