Re: [PATCH 3/4] Implement MT Slots protocol support

2010-07-01 Thread Peter Hutterer
On Wed, Jun 23, 2010 at 10:04:39AM -0400, Chase Douglas wrote: > From: Benjamin Tissoires > > The MT Slots protocol sends only the ABS_MT_* values that have changed > from a previous set of events. We use the ABS_MT_SLOT value as an index > into an array of MT valuators. > (see kernel_src/Documen

Re: [PATCH 3/4] Implement MT Slots protocol support

2010-06-23 Thread Chase Douglas
On Wed, 2010-06-23 at 17:25 +0200, Benjamin Tissoires wrote: > Le 23/06/2010 16:04, Chase Douglas a écrit : > > @@ -1309,6 +1326,14 @@ EvdevMTInitValuators(DeviceIntPtr device, Atom > > *atoms) > > pEvdev->old_vals[real_axnum] = -1; > > } > > } > > + > > +/* TRACK

Re: [PATCH 3/4] Implement MT Slots protocol support

2010-06-23 Thread Benjamin Tissoires
Le 23/06/2010 16:04, Chase Douglas a écrit : From: Benjamin Tissoires The MT Slots protocol sends only the ABS_MT_* values that have changed from a previous set of events. We use the ABS_MT_SLOT value as an index into an array of MT valuators. (see kernel_src/Documentation/input/multi-touch-pr

[PATCH 3/4] Implement MT Slots protocol support

2010-06-23 Thread Chase Douglas
From: Benjamin Tissoires The MT Slots protocol sends only the ABS_MT_* values that have changed from a previous set of events. We use the ABS_MT_SLOT value as an index into an array of MT valuators. (see kernel_src/Documentation/input/multi-touch-protocol.txt) The "Abs Tracking ID" value can be