Re: [PATCH libinput 0/4] Fix synaptics cursor jumps for triple-touches

2015-07-22 Thread Hans de Goede
Hi, On 21-07-15 07:51, Peter Hutterer wrote: Synaptics touchpads internally detect 5 touches but we use the serial protocol in the kernel. That only allows for 2 slots so we get odd cursor jumps whenever a third finger is put on the touchpad. Those come in two varieties: 1) one slot ends when B

[PATCH libinput 0/4] Fix synaptics cursor jumps for triple-touches

2015-07-20 Thread Peter Hutterer
Synaptics touchpads internally detect 5 touches but we use the serial protocol in the kernel. That only allows for 2 slots so we get odd cursor jumps whenever a third finger is put on the touchpad. Those come in two varieties: 1) one slot ends when BTN_TOOL_TRIPLETAP is set and restarts as new tou