mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-04 14:00:29 +01:00
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:
parent
23d543b711
commit
794391cb51
1 changed files with 3 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue