On Fri, Feb 5, 2010 at 1:59 PM, Chris Bagwell <[email protected]> wrote: > Tablet button presses and touch events are coming in over different > xinput's so I was thinking maybe some sort of keyboard related > initialization logic is not being invoked for mouse-like inputs. But > I've got to do more studying of xinput and wacom driver to understand > I guess.
I think your current knowledge about Wacom driver is enough to trace this issue. IMO, no XInput knowledge is needed here. If you can trace into emitKeysym and make sure everything is all right before xf86PostKeyboardEvent is called (in wcmCommon.c), your job is done. I suspect something is wrong with priv->local->dev if it is not an XInput issue (I don't feel it is an XInput issue since you have successfully sent the exact key event through xsetwacom). > 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 :). > Any pointers (no pun intended :-) ) to good location for XInput > documentation? I guess I can download source code and pick through > it. Once you can prove this is not a Wacom driver's fault (I am not confident though), you can point your fingers to the proper developers :) unless you'd like to resolve the issue yourself, which would definitely be appreciated by them, I am sure. Ping ------------------------------------------------------------------------------ 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
