touchpad: add a note to the synaptics touch restore feature
authorPeter Hutterer <peter.hutterer@who-t.net>
Thu, 27 Feb 2020 04:46:10 +0000 (14:46 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Thu, 5 Mar 2020 06:35:53 +0000 (16:35 +1000)
commitcd574ed5efc06abf15df7345bc143289685d5cc1
treedec0482d55faff0ff8f752efd6687f32d91ae609
parent7b94955634d6543222993e032942ab6acc1ec33f
touchpad: add a note to the synaptics touch restore feature

We have code in place to handle the quirky transition from two to three
fingers (where one slot ends and another one starts). We do not handle the
same issue when transitioning from three to two fingers.

This is a note only because it hasn't mattered so far, at least until
eb6ef9fe70635e7c91e from #408. And it doesn't matter anymore now either
because that code is now only called for ALPS devices.

https://gitlab.freedesktop.org/libinput/libinput/issues/434#note_419912

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
src/evdev-mt-touchpad.c