diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h index 100a0f4b0886..29c9f62723a7 100644 --- a/sys/dev/usb/usbdevs.h +++ b/sys/dev/usb/usbdevs.h @@ -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 */ diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h index b427a0fbba82..2086e62646b1 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.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;