mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-25 02:20:05 +01:00
touchpad: add the pressure thresholds to the debugging output
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
(cherry picked from commit 85e5d80cd4)
This commit is contained in:
parent
2496923585
commit
dd85749e61
1 changed files with 3 additions and 1 deletions
|
|
@ -3038,7 +3038,9 @@ tp_init_pressure(struct tp_dispatch *tp,
|
|||
tp->pressure.low = lo;
|
||||
|
||||
evdev_log_debug(device,
|
||||
"using pressure-based touch detection\n");
|
||||
"using pressure-based touch detection (%d:%d)\n",
|
||||
lo,
|
||||
hi);
|
||||
}
|
||||
|
||||
static bool
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue