Module Name:    src
Committed By:   tsutsui
Date:           Sat Jan 29 14:20:18 UTC 2011

Modified Files:
        src/sys/dev/usb: uhidev.c

Log Message:
kern/44483: Support for WACOM Graphire2 ET-0405A-U graphics tablet.


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 src/sys/dev/usb/uhidev.c

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/uhidev.c
diff -u src/sys/dev/usb/uhidev.c:1.48 src/sys/dev/usb/uhidev.c:1.49
--- src/sys/dev/usb/uhidev.c:1.48	Wed Nov  3 22:34:24 2010
+++ src/sys/dev/usb/uhidev.c	Sat Jan 29 14:20:18 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: uhidev.c,v 1.48 2010/11/03 22:34:24 dyoung Exp $	*/
+/*	$NetBSD: uhidev.c,v 1.49 2011/01/29 14:20:18 tsutsui Exp $	*/
 
 /*
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -35,7 +35,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uhidev.c,v 1.48 2010/11/03 22:34:24 dyoung Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uhidev.c,v 1.49 2011/01/29 14:20:18 tsutsui Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -197,6 +197,7 @@
 			descptr = uhid_graphire_report_descr;
 			break;
 
+		case USB_PRODUCT_WACOM_GRAPHIRE2:
 		case USB_PRODUCT_WACOM_GRAPHIRE3_4X5:
 		case USB_PRODUCT_WACOM_GRAPHIRE3_6X8:
 		case USB_PRODUCT_WACOM_GRAPHIRE4_4X5: /* The 6x8 too? */

Reply via email to