touchpad: log the touch size thresholds if we're using them

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2018-04-05 11:05:14 +10:00
parent 23d543b711
commit 794391cb51

View file

@ -3230,7 +3230,9 @@ tp_init_touch_size(struct tp_dispatch *tp,
tp->touch_size.high = hi;
tp->touch_size.use_touch_size = true;
evdev_log_debug(device, "using size-based touch detection\n");
evdev_log_debug(device,
"using size-based touch detection (%d:%d)\n",
hi, lo);
return true;
}