mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-03 22:50:27 +01:00
toucphad: fix a comment for the new min touchpad palm detection size
Missing from 26062e8469
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
26062e8469
commit
da595b8952
1 changed files with 1 additions and 1 deletions
|
|
@ -1133,7 +1133,7 @@ tp_init_palmdetect(struct tp_dispatch *tp,
|
|||
if (device->abs.absinfo_x->resolution == 1)
|
||||
return 0;
|
||||
|
||||
/* Enable palm detection on touchpads >= 80 mm. Anything smaller
|
||||
/* Enable palm detection on touchpads >= 70 mm. Anything smaller
|
||||
probably won't need it, until we find out it does */
|
||||
if (width/device->abs.absinfo_x->resolution < 70)
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue