Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/usb Regen from usbdevs rev 1.577:
details: https://anonhg.NetBSD.org/src/rev/b7b7ca921ca5
branches: trunk
changeset: 761484:b7b7ca921ca5
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Sat Jan 29 14:18:24 2011 +0000
description:
Regen from usbdevs rev 1.577:
> PR kern/44483: Add Wacom Graphire2 ET-0405A-U graphics tablet.
diffstat:
sys/dev/usb/usbdevs.h | 5 +++--
sys/dev/usb/usbdevs_data.h | 10 +++++++---
2 files changed, 10 insertions(+), 5 deletions(-)
diffs (57 lines):
diff -r c985ee1c644b -r b7b7ca921ca5 sys/dev/usb/usbdevs.h
--- a/sys/dev/usb/usbdevs.h Sat Jan 29 14:17:44 2011 +0000
+++ b/sys/dev/usb/usbdevs.h Sat Jan 29 14:18:24 2011 +0000
@@ -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 -r c985ee1c644b -r b7b7ca921ca5 sys/dev/usb/usbdevs_data.h
--- a/sys/dev/usb/usbdevs_data.h Sat Jan 29 14:17:44 2011 +0000
+++ b/sys/dev/usb/usbdevs_data.h Sat Jan 29 14:18:24 2011 +0000
@@ -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;
Home |
Main Index |
Thread Index |
Old Index