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