On Wed, Aug 25, 2010 at 3:08 AM, Mike Auty <[email protected]> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On 24/08/10 18:03, Chris Bagwell wrote: >> >> Yes, you can look for evtest and it will decode the linux-input events >> outside of X (matter of fact, you'll need to switch away from X to >> another console to see the events). >> > > Ok, so the evtest stuff looks like it should help a lot in finding the > problem. In the earlier code scroll down returned a Wheel event with > value -1, and scrolling up returned a wheel event with value 1. In the > more recent code, scroll down still returns -1, but scroll up return -255. > > So that makes me think that perhaps the code that Ping originally > pointed out is to blame, but I'm not exactly sure how or why. Tomorrow > I may have a go at patching back the old ternary statement and see if > that solves it. I feel like we're close to a patch... 5:)
It must be an issue in the kernel driver. Maybe the signed cast is wrong. I'll review your patch once you have it ready. Thank you, Ping ------------------------------------------------------------------------------ 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
