Regen from usbdevs rev 1.577:

> PR kern/44483: Add Wacom Graphire2 ET-0405A-U graphics tablet.
This commit is contained in:
tsutsui 2011-01-29 14:18:24 +00:00
parent 57f2dcf6e9
commit c9e63bdb69
2 changed files with 10 additions and 5 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: usbdevs.h,v 1.569 2011/01/16 08:59:08 tsutsui Exp $ */
/* $NetBSD: usbdevs.h,v 1.570 2011/01/29 14:18:24 tsutsui Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: usbdevs,v 1.576 2011/01/16 08:58:03 tsutsui Exp
* NetBSD: usbdevs,v 1.577 2011/01/29 14:17:44 tsutsui Exp
*/
/*
@ -2775,6 +2775,7 @@
/* Wacom products */
#define USB_PRODUCT_WACOM_CT0405U 0x0000 /* CT-0405-U Tablet */
#define USB_PRODUCT_WACOM_GRAPHIRE 0x0010 /* Graphire */
#define USB_PRODUCT_WACOM_GRAPHIRE2 0x0011 /* Graphire2 ET-0405A-U */
#define USB_PRODUCT_WACOM_GRAPHIRE3_4X5 0x0013 /* Graphire3 4x5 */
#define USB_PRODUCT_WACOM_GRAPHIRE3_6X8 0x0014 /* Graphire3 6x8 */
#define USB_PRODUCT_WACOM_GRAPHIRE4_4X5 0x0015 /* Graphire4 4x5 */

View File

@ -1,10 +1,10 @@
/* $NetBSD: usbdevs_data.h,v 1.570 2011/01/16 08:59:08 tsutsui Exp $ */
/* $NetBSD: usbdevs_data.h,v 1.571 2011/01/29 14:18:24 tsutsui Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: usbdevs,v 1.576 2011/01/16 08:58:03 tsutsui Exp
* NetBSD: usbdevs,v 1.577 2011/01/29 14:17:44 tsutsui Exp
*/
/*
@ -8082,6 +8082,10 @@ const struct usb_product usb_products[] = {
USB_VENDOR_WACOM, USB_PRODUCT_WACOM_GRAPHIRE,
"Graphire",
},
{
USB_VENDOR_WACOM, USB_PRODUCT_WACOM_GRAPHIRE2,
"Graphire2 ET-0405A-U",
},
{
USB_VENDOR_WACOM, USB_PRODUCT_WACOM_GRAPHIRE3_4X5,
"Graphire3 4x5",
@ -8403,4 +8407,4 @@ const struct usb_product usb_products[] = {
"Prestige",
},
};
const int usb_nproducts = 1600;
const int usb_nproducts = 1601;