Module Name:    src
Committed By:   jakllsch
Date:           Thu Oct 21 20:57:06 UTC 2021

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

Log Message:
regen


To generate a diff of this commit:
cvs rdiff -u -r1.788 -r1.789 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.788 src/sys/dev/usb/usbdevs.h:1.789
--- src/sys/dev/usb/usbdevs.h:1.788	Thu Oct 21 20:17:57 2021
+++ src/sys/dev/usb/usbdevs.h	Thu Oct 21 20:57:06 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: usbdevs.h,v 1.788 2021/10/21 20:17:57 jnemeth Exp $	*/
+/*	$NetBSD: usbdevs.h,v 1.789 2021/10/21 20:57:06 jakllsch Exp $	*/
 
 /*
  * THIS FILE IS AUTOMATICALLY GENERATED.  DO NOT EDIT.
@@ -3687,3 +3687,7 @@
 #define	USB_PRODUCT_ZYXEL_NWD6605	0x3426		/* ND6605 */
 #define	USB_PRODUCT_ZYXEL_RT3070	0x343e		/* RT3070 */
 #define	USB_PRODUCT_ZYXEL_PRESTIGE	0x401a		/* Prestige */
+
+/* Define format strings for non-existent values */
+#define usb_id1_format	"vendor %4.4x"
+#define usb_id2_format	"product %4.4x"
Index: src/sys/dev/usb/usbdevs_data.h
diff -u src/sys/dev/usb/usbdevs_data.h:1.788 src/sys/dev/usb/usbdevs_data.h:1.789
--- src/sys/dev/usb/usbdevs_data.h:1.788	Thu Oct 21 20:17:57 2021
+++ src/sys/dev/usb/usbdevs_data.h	Thu Oct 21 20:57:06 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: usbdevs_data.h,v 1.788 2021/10/21 20:17:57 jnemeth Exp $	*/
+/*	$NetBSD: usbdevs_data.h,v 1.789 2021/10/21 20:57:06 jakllsch Exp $	*/
 
 /*
  * THIS FILE IS AUTOMATICALLY GENERATED.  DO NOT EDIT.
@@ -37,7 +37,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-static const uint16_t usb_vendors[] = {
+static const uint32_t usb_vendors[] = {
 	    USB_VENDOR_UNKNOWN1, 1, 9, 0,
 	    USB_VENDOR_UNKNOWN2, 1, 9, 0,
 	    USB_VENDOR_EGALAX2, 16, 24, 0,
@@ -601,7 +601,7 @@ static const uint16_t usb_vendors[] = {
 	    USB_VENDOR_USRP, 4918, 3359, 4922, 0,
 };
 
-static const uint16_t usb_products[] = {
+static const uint32_t usb_products[] = {
 	    USB_VENDOR_3COM, USB_PRODUCT_3COM_HOMECONN, 
 	    4927, 4939, 3016, 0,
 	    USB_VENDOR_3COM, USB_PRODUCT_3COM_3CREB96, 

Reply via email to