projects
/
platform
/
upstream
/
libinput.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21b83df
)
touchpad: add the pressure thresholds to the debugging output
author
Peter Hutterer
<peter.hutterer@who-t.net>
Wed, 28 Feb 2018 01:02:41 +0000
(11:02 +1000)
committer
Peter Hutterer
<peter.hutterer@who-t.net>
Thu, 1 Mar 2018 02:23:45 +0000
(12:23 +1000)
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
src/evdev-mt-touchpad.c
patch
|
blob
|
history
diff --git
a/src/evdev-mt-touchpad.c
b/src/evdev-mt-touchpad.c
index 2a6cdcefd568c96248e2832e759f72c5ef653c5d..eaa9215af1d9baeb9901907db5c424664ecb31ed 100644
(file)
--- 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