On Wed, Aug 25, 2010 at 02:35:47PM +0200, Jorge Juliá wrote: > On my Fujitsu T4410 tablet PC, FUJ02e7 serial device is recognized only > as eraser an stylus but it also has touch capabilities. Executing > "xinput --list" I only see earser and stylus. > > After a lot of testing I got touch working. Seems that device is not > properly recognized by xf86-input-wacom-0.10.8. > > Y have added one line to xf86-input-wacom source code and, after > recompiling wacom_drv.so and restarting X, "xinput --list" shows the new > device and touch is working now. > > This is the change that I have made: > > r...@fujitsu:/usr/local/src/xf86-input-wacom-0.10.8# diff -aur > src/wcmISDV4.c src/wcmISDV4.c.orig > --- src/wcmISDV4.c 2010-08-23 01:21:32.484231001 +0200 > +++ src/wcmISDV4.c.orig 2010-07-26 06:33:10.000000000 +0200 > @@ -873,7 +873,6 @@ > /* default to penabled */ > SETBIT(common->wcmKeys, BTN_TOOL_PEN); > SETBIT(common->wcmKeys, BTN_TOOL_RUBBER); > - SETBIT(common->wcmKeys, BTN_TOOL_DOUBLETAP); > > /* id < 0x008 are only penabled */ > if (id > 0x007) > > > I think that a possible solution is to check device name on > isdv4ProbeKey and set BTN_TOOL_DOUBLETAP if name is FUJ02e7:
this sounds like the right approach. isdv4ProbeKeys() already has some handling for this (for WACf only) and that should be easily extendable to this device. Please try to make a patch doing so, the above is to generic to use it as-is. Cheers, Peter ------------------------------------------------------------------------------ Sell apps to millions through the Intel(R) Atom(Tm) Developer Program Be part of this innovative community and reach millions of netbook users worldwide. Take advantage of special opportunities to increase revenue and speed time-to-market. Join now, and jumpstart your future. http://p.sf.net/sfu/intel-atom-d2d _______________________________________________ Linuxwacom-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel
