On Fri, Feb 5, 2010 at 4:43 PM, Ping Cheng <[email protected]> wrote: > On Fri, Feb 5, 2010 at 1:59 PM, Chris Bagwell <[email protected]> wrote: >> If my guess is true, I'd expect it probably crashes on xorg 1.6 as well. > > No, it doesn't crash. It works on Ubuntu 9.04 with XOrg 1.6.0 and > SLED 11 with XOrg 1.5.2 that I've tested. I don't have the time to > test this on an XOrg 1.7 or later systems (that's why we need your > help :). >
OK, turns out to be simple issue and unique to xf86-input-wacom. It declares emitKeysym as a static function in wcmCommon.c and provides no prototype for it in wcmTouchFilter.c. Aligning prototypes to linuxwacom and it starts working like linuxwacom. I'll have a patch soon but it turns out logic to detect between scroll and zoom is confused in my patch. I need to find a good fix for that first. Chris ------------------------------------------------------------------------------ The Planet: dedicated and managed hosting, cloud storage, colocation Stay online with enterprise data centers and the best network in the business Choose flexible plans and management services without long-term contracts Personal 24x7 support from experience hosting pros just a phone call away. http://p.sf.net/sfu/theplanet-com _______________________________________________ Linuxwacom-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel
