regen
authorjsg <jsg@openbsd.org>
Mon, 12 Jun 2023 11:26:54 +0000 (11:26 +0000)
committerjsg <jsg@openbsd.org>
Mon, 12 Jun 2023 11:26:54 +0000 (11:26 +0000)
sys/dev/usb/usbdevs.h
sys/dev/usb/usbdevs_data.h

index 022a710..1f562a8 100644 (file)
@@ -1,10 +1,10 @@
-/*     $OpenBSD: usbdevs.h,v 1.768 2023/05/10 18:26:43 miod Exp $      */
+/*     $OpenBSD: usbdevs.h,v 1.769 2023/06/12 11:26:54 jsg Exp $       */
 
 /*
  * THIS FILE IS AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     OpenBSD: usbdevs,v 1.756 2023/05/10 18:26:05 miod Exp 
+ *     OpenBSD: usbdevs,v 1.757 2023/06/12 11:26:24 jsg Exp 
  */
 /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */
 
 #define        USB_VENDOR_ASUSTEK      0x2821          /* ASUSTeK Computer */
 #define        USB_VENDOR_PIONEERDJ    0x2b73          /* Pioneer DJ */
 #define        USB_VENDOR_PLANEX       0x2c02          /* Planex Communications */
+#define        USB_VENDOR_MERCUSYS     0x2c4e          /* Mercusys */
 #define        USB_VENDOR_QUECTEL      0x2c7c          /* Quectel */
 #define        USB_VENDOR_CLUB3D       0x2d1c          /* Club 3D */
 #define        USB_VENDOR_AQUANTIA     0x2eca          /* Aquantia */
 #define        USB_PRODUCT_MELCO_WLIUCGNM      0x01a2          /* WLI-UC-GNM */
 #define        USB_PRODUCT_MELCO_WLIUCGNM2     0x01ee          /* WLI-UC-GNM2 */
 
+/* Mercusys products */
+#define        USB_PRODUCT_MERCUSYS_MW150USV2  0x0102          /* MW150US V2 */
+
 /* MetaGeek products */
 #define        USB_PRODUCT_METAGEEK_WISPY24I   0x2400          /* Wi-Spy 2.4i */
 
index 92c80f0..8632a0c 100644 (file)
@@ -1,10 +1,10 @@
-/*     $OpenBSD: usbdevs_data.h,v 1.762 2023/05/10 18:26:43 miod Exp $ */
+/*     $OpenBSD: usbdevs_data.h,v 1.763 2023/06/12 11:26:54 jsg Exp $  */
 
 /*
  * THIS FILE IS AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     OpenBSD: usbdevs,v 1.756 2023/05/10 18:26:05 miod Exp 
+ *     OpenBSD: usbdevs,v 1.757 2023/06/12 11:26:24 jsg Exp 
  */
 /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */
 
@@ -7513,6 +7513,10 @@ const struct usb_known_product usb_known_products[] = {
            USB_VENDOR_MELCO, USB_PRODUCT_MELCO_WLIUCGNM2,
            "WLI-UC-GNM2",
        },
+       {
+           USB_VENDOR_MERCUSYS, USB_PRODUCT_MERCUSYS_MW150USV2,
+           "MW150US V2",
+       },
        {
            USB_VENDOR_METAGEEK, USB_PRODUCT_METAGEEK_WISPY24I,
            "Wi-Spy 2.4i",
@@ -14681,6 +14685,10 @@ const struct usb_known_vendor usb_known_vendors[] = {
            USB_VENDOR_PLANEX,
            "Planex Communications",
        },
+       {
+           USB_VENDOR_MERCUSYS,
+           "Mercusys",
+       },
        {
            USB_VENDOR_QUECTEL,
            "Quectel",