From: Peter Hutterer Date: Wed, 28 Feb 2018 01:02:41 +0000 (+1000) Subject: touchpad: add the pressure thresholds to the debugging output X-Git-Tag: 1.10.901~163^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=85e5d80cd41e0921f4b77248ff521e1cdad8e9b2;p=platform%2Fupstream%2Flibinput.git touchpad: add the pressure thresholds to the debugging output Signed-off-by: Peter Hutterer --- diff --git a/src/evdev-mt-touchpad.c b/src/evdev-mt-touchpad.c index 2a6cdcef..eaa9215a 100644 --- a/src/evdev-mt-touchpad.c +++ b/src/evdev-mt-touchpad.c @@ -3073,7 +3073,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