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:
23d543b
)
touchpad: log the touch size thresholds if we're using them
author
Peter Hutterer
<peter.hutterer@who-t.net>
Thu, 5 Apr 2018 01:05:14 +0000
(11:05 +1000)
committer
Peter Hutterer
<peter.hutterer@who-t.net>
Thu, 5 Apr 2018 01:05:14 +0000
(11:05 +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 99cbcc568a0636670d6403326c772495fef3e416..f0b03533e94300ed0f988ce17a85a2586645cee1 100644
(file)
--- a/
src/evdev-mt-touchpad.c
+++ b/
src/evdev-mt-touchpad.c
@@
-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;
}