Module Name:    src
Committed By:   snj
Date:           Tue Jan 18 20:00:00 UTC 2022

Modified Files:
        src/sys/dev/usb [netbsd-9]: usbdevs.h usbdevs_data.h

Log Message:
regen for ticket 1404


To generate a diff of this commit:
cvs rdiff -u -r1.760.4.11 -r1.760.4.12 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.760.4.11 src/sys/dev/usb/usbdevs.h:1.760.4.12
--- src/sys/dev/usb/usbdevs.h:1.760.4.11	Tue Jan 18 18:46:19 2022
+++ src/sys/dev/usb/usbdevs.h	Tue Jan 18 19:59:58 2022
@@ -1,10 +1,10 @@
-/*	$NetBSD: usbdevs.h,v 1.760.4.11 2022/01/18 18:46:19 martin Exp $	*/
+/*	$NetBSD: usbdevs.h,v 1.760.4.12 2022/01/18 19:59:58 snj Exp $	*/
 
 /*
  * THIS FILE IS AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *	NetBSD: usbdevs,v 1.770.4.11 2022/01/18 18:45:23 martin Exp
+ *	NetBSD: usbdevs,v 1.770.4.12 2022/01/18 19:58:54 snj Exp
  */
 
 /*-
@@ -829,6 +829,7 @@
 
 /* American Power Conversion products */
 #define	USB_PRODUCT_APC_UPS	0x0002		/* Uninterruptible Power Supply */
+#define	USB_PRODUCT_APC_UPS3	0x0003		/* Uninterruptible Power Supply */
 
 /* Ambit Microsystems products */
 #define	USB_PRODUCT_AMBIT_NTL_250	0x6098		/* NTL 250 cable modem */
Index: src/sys/dev/usb/usbdevs_data.h
diff -u src/sys/dev/usb/usbdevs_data.h:1.760.4.11 src/sys/dev/usb/usbdevs_data.h:1.760.4.12
--- src/sys/dev/usb/usbdevs_data.h:1.760.4.11	Tue Jan 18 18:46:19 2022
+++ src/sys/dev/usb/usbdevs_data.h	Tue Jan 18 19:59:58 2022
@@ -1,10 +1,10 @@
-/*	$NetBSD: usbdevs_data.h,v 1.760.4.11 2022/01/18 18:46:19 martin Exp $	*/
+/*	$NetBSD: usbdevs_data.h,v 1.760.4.12 2022/01/18 19:59:58 snj Exp $	*/
 
 /*
  * THIS FILE IS AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *	NetBSD: usbdevs,v 1.770.4.11 2022/01/18 18:45:23 martin Exp
+ *	NetBSD: usbdevs,v 1.770.4.12 2022/01/18 19:58:54 snj Exp
  */
 
 /*-
@@ -878,6 +878,8 @@ static const uint16_t usb_products[] = {
 	    5925, 5916, 0,
 	    USB_VENDOR_APC, USB_PRODUCT_APC_UPS, 
 	    5932, 1229, 1982, 0,
+	    USB_VENDOR_APC, USB_PRODUCT_APC_UPS3, 
+	    5932, 1229, 1982, 0,
 	    USB_VENDOR_AMBIT, USB_PRODUCT_AMBIT_NTL_250, 
 	    5948, 5952, 5956, 5962, 0,
 	    USB_VENDOR_AMD, USB_PRODUCT_AMD_TV_WONDER_600_USB, 
@@ -5169,7 +5171,7 @@ static const char usb_words[] = { "." 
 	    "Components\0" /* 3 refs @ 1200 */
 	    "Kawatsu\0" /* 1 refs @ 1211 */
 	    "Composite\0" /* 1 refs @ 1219 */
-	    "Power\0" /* 6 refs @ 1229 */
+	    "Power\0" /* 7 refs @ 1229 */
 	    "Conversion\0" /* 1 refs @ 1235 */
 	    "Connectek\0" /* 1 refs @ 1246 */
 	    "USA\0" /* 1 refs @ 1256 */
@@ -5269,7 +5271,7 @@ static const char usb_words[] = { "." 
 	    "TEAC\0" /* 1 refs @ 1962 */
 	    "Graphics\0" /* 2 refs @ 1967 */
 	    "Sanwa\0" /* 1 refs @ 1976 */
-	    "Supply\0" /* 5 refs @ 1982 */
+	    "Supply\0" /* 6 refs @ 1982 */
 	    "Linksys\0" /* 4 refs @ 1989 */
 	    "Sigmatel\0" /* 1 refs @ 1997 */
 	    "DrayTek\0" /* 1 refs @ 2006 */
@@ -5798,7 +5800,7 @@ static const char usb_words[] = { "." 
 	    "ADA70\0" /* 1 refs @ 5910 */
 	    "Speakers\0" /* 3 refs @ 5916 */
 	    "ASC495\0" /* 1 refs @ 5925 */
-	    "Uninterruptible\0" /* 4 refs @ 5932 */
+	    "Uninterruptible\0" /* 5 refs @ 5932 */
 	    "NTL\0" /* 1 refs @ 5948 */
 	    "250\0" /* 3 refs @ 5952 */
 	    "cable\0" /* 2 refs @ 5956 */

Reply via email to