diff options
| author | pgoyette <pgoyette@NetBSD.org> | 2023-05-14 22:38:07 +0000 |
|---|---|---|
| committer | pgoyette <pgoyette@NetBSD.org> | 2023-05-14 22:38:07 +0000 |
| commit | a7a830d466e62f20d6de1783c5497eb01268e79e (patch) | |
| tree | a15adb3b494ebe2b57935f1997da1de05a6d7750 /sys/dev | |
| parent | 73bc1b2982ce21e5c8118d7ecd663099c34b9c5c (diff) | |
Regen
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/usb/usbdevs.h | 5 | ||||
| -rw-r--r-- | sys/dev/usb/usbdevs_data.h | 14 |
2 files changed, 11 insertions, 8 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h index 992f5605a05..90965132441 100644 --- a/sys/dev/usb/usbdevs.h +++ b/sys/dev/usb/usbdevs.h @@ -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 */ diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h index 4a9afd8f7c8..466ec365bad 100644 --- a/sys/dev/usb/usbdevs_data.h +++ b/sys/dev/usb/usbdevs_data.h @@ -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 */ |
