summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2017-06-09 15:00:36 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2017-06-09 15:00:36 +1000
commit50991bd0d06056658bb2404fbada08d532dd668a (patch)
treeedaddb9a545abaac1c8318feadde17fb7d951534
parentb64f2382f714f521a786c8afd7c4d0207930bbca (diff)
tools: point out that measuring taps may be different to what libinput sees
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--tools/libinput-measure-touchpad-tap.14
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/libinput-measure-touchpad-tap.1 b/tools/libinput-measure-touchpad-tap.1
index da89c93..3d27e7d 100644
--- a/tools/libinput-measure-touchpad-tap.1
+++ b/tools/libinput-measure-touchpad-tap.1
@@ -67,6 +67,10 @@ sort order (i.e. as they occured), the data in the next few columns may list
tap information sorted by the delta time between touch down and touch up.
Comparing columns across these group boundaries will compare data of two
different touch points and result in invalid analysis.
+.SH BUGS
+This tool does not take finger pressure into account. The tap it detects may
+be different to those detected by libinput if libinput's pressure thresholds
+differ significantly to the kernel's pressure thresholds.
.SH LIBINPUT
Part of the
.B libinput(1)