Revert "touchpad: only try to detect touchpad wobbling with one finger down"

Logic inversion error from a draft version of the patch, see corrected version
coming up.

This reverts commit 30a398591b.
This commit is contained in:
Peter Hutterer 2018-04-24 15:57:04 +10:00
parent 119b6d924c
commit 5427d5ed87

View file

@ -155,10 +155,6 @@ tp_detect_wobbling(struct tp_dispatch *tp,
int dx, dy;
uint64_t dtime;
if (tp->nfingers_down == 1 &&
tp->nfingers_down == tp->old_nfingers_down)
return;
if (tp->hysteresis.enabled)
return;