Module Name: src Committed By: tsutsui Date: Sat Jan 29 14:18:24 UTC 2011
Modified Files: src/sys/dev/usb: usbdevs.h usbdevs_data.h Log Message: Regen from usbdevs rev 1.577: > PR kern/44483: Add Wacom Graphire2 ET-0405A-U graphics tablet. To generate a diff of this commit: cvs rdiff -u -r1.569 -r1.570 src/sys/dev/usb/usbdevs.h cvs rdiff -u -r1.570 -r1.571 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.569 src/sys/dev/usb/usbdevs.h:1.570 --- src/sys/dev/usb/usbdevs.h:1.569 Sun Jan 16 08:59:08 2011 +++ src/sys/dev/usb/usbdevs.h Sat Jan 29 14:18:24 2011 @@ -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 */ Index: src/sys/dev/usb/usbdevs_data.h diff -u src/sys/dev/usb/usbdevs_data.h:1.570 src/sys/dev/usb/usbdevs_data.h:1.571 --- src/sys/dev/usb/usbdevs_data.h:1.570 Sun Jan 16 08:59:08 2011 +++ src/sys/dev/usb/usbdevs_data.h Sat Jan 29 14:18:24 2011 @@ -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 */ /* @@ -8083,6 +8083,10 @@ "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 @@ "Prestige", }, }; -const int usb_nproducts = 1600; +const int usb_nproducts = 1601;