Re: [PATCH libinput 7/7] touchpad: sync the initial touch state

2015-05-20 Thread Benjamin Tissoires
On Tue, May 19, 2015 at 6:52 PM, Peter Hutterer wrote: > Unlikely, but there's the odd chance of the first touch coming in with the > same X or Y coordinate the kernel already has internally. This would > generate a bogus delta on the second event when the touch coordinate jumps > from 0/y or x/0

[PATCH libinput 7/7] touchpad: sync the initial touch state

2015-05-19 Thread Peter Hutterer
Unlikely, but there's the odd chance of the first touch coming in with the same X or Y coordinate the kernel already has internally. This would generate a bogus delta on the second event when the touch coordinate jumps from 0/y or x/0 to the real coordinates. For touchpads with distance support th