NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

kern/44483: Support for WACOM graphics tablet Graphire2/Favo (ET-0405A-U)



>Number:         44483
>Category:       kern
>Synopsis:       Support for WACOM graphics tablet Graphire2/Favo (ET-0405A-U)
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    kern-bug-people
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sat Jan 29 12:50:00 +0000 2011
>Originator:     Ryo ONODERA
>Release:        NetBSD 5.99.44
>Organization:
        
>Environment:
        
        
System: NetBSD hydrogen.elements.tetera.org 5.99.44 NetBSD 5.99.44 (LEAFGIRL2) 
#0: Sat Jan 29 21:02:08 JST 2011 
root%hydrogen.elements.tetera.org@localhost:/usr/obj/sys/arch/i386/compile/LEAFGIRL2
 i386
Architecture: i386
Machine: i386
>Description:
Please support Graphire 2 graphics tablet from Wacom.

After applying following patches, we can get these messages, and it works fine.

uhidev0 at uhub0 port 1 configuration 1 interface 0
uhidev0: WACOM ET-0405A-UV2.0-3, rev 1.10/2.03, addr 2, iclass 3/1
uhidev0: 3 report ids
ums0 at uhidev0 reportid 1: 3 buttons and Z dir
wsmouse1 at ums0 mux 0
uhid0 at uhidev0 reportid 2: input=7, output=0, feature=2
uhid1 at uhidev0 reportid 3: input=0, output=0, feature=2
        
>How-To-Repeat:
        
>Fix:
        
? uhidev.c.new
Index: uhidev.c
===================================================================
RCS file: /cvsroot/src/sys/dev/usb/uhidev.c,v
retrieving revision 1.48
diff -u -r1.48 uhidev.c
--- uhidev.c    3 Nov 2010 22:34:24 -0000       1.48
+++ uhidev.c    29 Jan 2011 12:30:41 -0000
@@ -197,6 +197,7 @@
                        descptr = uhid_graphire_report_descr;
                        break;
 
+               case USB_PRODUCT_WACOM_ET0405AU:
                case USB_PRODUCT_WACOM_GRAPHIRE3_4X5:
                case USB_PRODUCT_WACOM_GRAPHIRE3_6X8:
                case USB_PRODUCT_WACOM_GRAPHIRE4_4X5: /* The 6x8 too? */
Index: usbdevs
===================================================================
RCS file: /cvsroot/src/sys/dev/usb/usbdevs,v
retrieving revision 1.576
diff -u -r1.576 usbdevs
--- usbdevs     16 Jan 2011 08:58:03 -0000      1.576
+++ usbdevs     29 Jan 2011 12:30:44 -0000
@@ -2768,6 +2768,7 @@
 /* Wacom products */
 product WACOM CT0405U          0x0000  CT-0405-U Tablet
 product WACOM GRAPHIRE         0x0010  Graphire
+product WACOM GRAPHIRE2                0x0011  Graphire2 ET-0405A-U
 product WACOM GRAPHIRE3_4X5    0x0013  Graphire3 4x5
 product WACOM GRAPHIRE3_6X8    0x0014  Graphire3 6x8
 product WACOM GRAPHIRE4_4X5    0x0015  Graphire4 4x5


>Unformatted:
        
        


Home | Main Index | Thread Index | Old Index