Module Name:    src
Committed By:   jakllsch
Date:           Sun Feb 16 18:29:54 UTC 2025

Modified Files:
        src/sys/dev/usb: usbdevs.h usbdevs_data.h

Log Message:
re-generate


To generate a diff of this commit:
cvs rdiff -u -r1.811 -r1.812 src/sys/dev/usb/usbdevs.h \
    src/sys/dev/usb/usbdevs_data.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/usb/usbdevs.h
diff -u src/sys/dev/usb/usbdevs.h:1.811 src/sys/dev/usb/usbdevs.h:1.812
--- src/sys/dev/usb/usbdevs.h:1.811	Thu Jan 23 07:12:12 2025
+++ src/sys/dev/usb/usbdevs.h	Sun Feb 16 18:29:53 2025
@@ -1,10 +1,10 @@
-/*	$NetBSD: usbdevs.h,v 1.811 2025/01/23 07:12:12 mrg Exp $	*/
+/*	$NetBSD: usbdevs.h,v 1.812 2025/02/16 18:29:53 jakllsch Exp $	*/
 
 /*
  * THIS FILE IS AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *	NetBSD: usbdevs,v 1.819 2025/01/23 07:11:27 mrg Exp
+ *	NetBSD: usbdevs,v 1.820 2025/02/16 18:28:29 jakllsch Exp
  */
 
 /*-
@@ -3200,6 +3200,7 @@
 #define	USB_PRODUCT_SILABS2_DCU11CLONE	0xaa26		/* DCU-11 clone */
 #define	USB_PRODUCT_SILABS_CP210X_1	0xea60		/* CP210x Serial */
 #define	USB_PRODUCT_SILABS_CP210X_2	0xea61		/* CP210x Serial */
+#define	USB_PRODUCT_SILABS_CP210X_3	0xea70		/* CP210x Serial */
 #define	USB_PRODUCT_SILABS_EC3	0x8044		/* EC3 USB Debug Adapter */
 
 /* Silicon Portals Inc. */
Index: src/sys/dev/usb/usbdevs_data.h
diff -u src/sys/dev/usb/usbdevs_data.h:1.811 src/sys/dev/usb/usbdevs_data.h:1.812
--- src/sys/dev/usb/usbdevs_data.h:1.811	Thu Jan 23 07:12:12 2025
+++ src/sys/dev/usb/usbdevs_data.h	Sun Feb 16 18:29:53 2025
@@ -1,10 +1,10 @@
-/*	$NetBSD: usbdevs_data.h,v 1.811 2025/01/23 07:12:12 mrg Exp $	*/
+/*	$NetBSD: usbdevs_data.h,v 1.812 2025/02/16 18:29:53 jakllsch Exp $	*/
 
 /*
  * THIS FILE IS AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *	NetBSD: usbdevs,v 1.819 2025/01/23 07:11:27 mrg Exp
+ *	NetBSD: usbdevs,v 1.820 2025/02/16 18:28:29 jakllsch Exp
  */
 
 /*-
@@ -4395,6 +4395,8 @@ static const uint32_t usb_products[] = {
 	    18848, 7044, 0,
 	    USB_VENDOR_SILABS, USB_PRODUCT_SILABS_CP210X_2, 
 	    18848, 7044, 0,
+	    USB_VENDOR_SILABS, USB_PRODUCT_SILABS_CP210X_3, 
+	    18848, 7044, 0,
 	    USB_VENDOR_SILABS, USB_PRODUCT_SILABS_EC3, 
 	    18855, 4968, 18859, 4982, 0,
 	    USB_VENDOR_SILICONPORTALS, USB_PRODUCT_SILICONPORTALS_YAPPH_NF, 
@@ -6058,7 +6060,7 @@ static const char usb_words[] = { "." 
 	    "Parallel\0" /* 5 refs @ 7020 */
 	    "printer\0" /* 6 refs @ 7029 */
 	    "10Mbps\0" /* 3 refs @ 7037 */
-	    "Serial\0" /* 37 refs @ 7044 */
+	    "Serial\0" /* 38 refs @ 7044 */
 	    "UC210T\0" /* 1 refs @ 7051 */
 	    "UC2324\0" /* 1 refs @ 7058 */
 	    "DSB-650C\0" /* 1 refs @ 7065 */
@@ -7622,7 +7624,7 @@ static const char usb_words[] = { "." 
 	    "HARP-1\0" /* 1 refs @ 18828 */
 	    "DCU-11\0" /* 1 refs @ 18835 */
 	    "clone\0" /* 1 refs @ 18842 */
-	    "CP210x\0" /* 2 refs @ 18848 */
+	    "CP210x\0" /* 3 refs @ 18848 */
 	    "EC3\0" /* 1 refs @ 18855 */
 	    "Debug\0" /* 1 refs @ 18859 */
 	    "YAP\0" /* 2 refs @ 18865 */

Reply via email to