Module Name:    src
Committed By:   pgoyette
Date:           Sun May 14 22:38:07 UTC 2023

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.799 -r1.800 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.799 src/sys/dev/usb/usbdevs.h:1.800
--- src/sys/dev/usb/usbdevs.h:1.799	Sat Feb 11 22:41:37 2023
+++ src/sys/dev/usb/usbdevs.h	Sun May 14 22:38:07 2023
@@ -1,10 +1,10 @@
-/*	$NetBSD: usbdevs.h,v 1.799 2023/02/11 22:41:37 nia Exp $	*/
+/*	$NetBSD: usbdevs.h,v 1.800 2023/05/14 22:38:07 pgoyette Exp $	*/
 
 /*
  * THIS FILE IS AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *	NetBSD: usbdevs,v 1.806 2022/06/29 19:43:04 macallan Exp
+ *	NetBSD: usbdevs,v 1.808 2023/05/14 22:30:13 pgoyette Exp
  */
 
 /*-
@@ -2736,6 +2736,7 @@
 
 /* PixArt */
 #define	USB_PRODUCT_PIXART_RPIMOUSE	0x2510		/* Raspberry Pi Mouse */
+#define	USB_PRODUCT_LENOVO_OPTUSBMOUSE	0x600e		/* Lenovo USB Optical Mouse */
 
 /* Planex Communications products */
 #define	USB_PRODUCT_PLANEX_GW_US11H	0x14ea		/* GW-US11H WLAN */
Index: src/sys/dev/usb/usbdevs_data.h
diff -u src/sys/dev/usb/usbdevs_data.h:1.799 src/sys/dev/usb/usbdevs_data.h:1.800
--- src/sys/dev/usb/usbdevs_data.h:1.799	Sat Feb 11 22:41:37 2023
+++ src/sys/dev/usb/usbdevs_data.h	Sun May 14 22:38:07 2023
@@ -1,10 +1,10 @@
-/*	$NetBSD: usbdevs_data.h,v 1.799 2023/02/11 22:41:37 nia Exp $	*/
+/*	$NetBSD: usbdevs_data.h,v 1.800 2023/05/14 22:38:07 pgoyette Exp $	*/
 
 /*
  * THIS FILE IS AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *	NetBSD: usbdevs,v 1.806 2022/06/29 19:43:04 macallan Exp
+ *	NetBSD: usbdevs,v 1.808 2023/05/14 22:30:13 pgoyette Exp
  */
 
 /*-
@@ -3675,6 +3675,8 @@ static const uint32_t usb_products[] = {
 	    4633, 16338, 16352, 0,
 	    USB_VENDOR_PIXART, USB_PRODUCT_PIXART_RPIMOUSE, 
 	    16356, 16366, 6473, 0,
+	    USB_VENDOR_LENOVO, USB_PRODUCT_LENOVO_OPTUSBMOUSE, 
+	    4445, 4947, 3370, 6473, 0,
 	    USB_VENDOR_PLANEX, USB_PRODUCT_PLANEX_GW_US11H, 
 	    16369, 5354, 0,
 	    USB_VENDOR_PLANEX2, USB_PRODUCT_PLANEX2_RTL8188CUS, 
@@ -5505,7 +5507,7 @@ static const char usb_words[] = { "." 
 	    "Cambridge\0" /* 1 refs @ 3349 */
 	    "Radio\0" /* 8 refs @ 3359 */
 	    "Trek\0" /* 1 refs @ 3365 */
-	    "Optical\0" /* 8 refs @ 3370 */
+	    "Optical\0" /* 9 refs @ 3370 */
 	    "ShanTou\0" /* 1 refs @ 3378 */
 	    "MediaGear\0" /* 1 refs @ 3386 */
 	    "Broadcom\0" /* 2 refs @ 3396 */
@@ -5648,7 +5650,7 @@ static const char usb_words[] = { "." 
 	    "Misc\0" /* 1 refs @ 4420 */
 	    "Vendors\0" /* 1 refs @ 4425 */
 	    "DisplayLink\0" /* 5 refs @ 4433 */
-	    "Lenovo\0" /* 3 refs @ 4445 */
+	    "Lenovo\0" /* 4 refs @ 4445 */
 	    "E3C\0" /* 1 refs @ 4452 */
 	    "Qcom\0" /* 1 refs @ 4456 */
 	    "Meinberg\0" /* 1 refs @ 4461 */
@@ -5716,7 +5718,7 @@ static const char usb_words[] = { "." 
 	    "GNU\0" /* 1 refs @ 4926 */
 	    "USRP\0" /* 2 refs @ 4930 */
 	    "HomeConnect\0" /* 4 refs @ 4935 */
-	    "USB\0" /* 211 refs @ 4947 */
+	    "USB\0" /* 212 refs @ 4947 */
 	    "Bluetooth\0" /* 26 refs @ 4951 */
 	    "Adapter\0" /* 79 refs @ 4961 */
 	    "3C19250\0" /* 1 refs @ 4969 */
@@ -5909,7 +5911,7 @@ static const char usb_words[] = { "." 
 	    "(Wellspring2/JIS)\0" /* 1 refs @ 6442 */
 	    "mouse\0" /* 16 refs @ 6460 */
 	    "Mighty\0" /* 2 refs @ 6466 */
-	    "Mouse\0" /* 17 refs @ 6473 */
+	    "Mouse\0" /* 18 refs @ 6473 */
 	    "Trackpad\0" /* 3 refs @ 6479 */
 	    "(Fountain)\0" /* 1 refs @ 6488 */
 	    "(Geyser)\0" /* 1 refs @ 6499 */

Reply via email to