diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2014-09-16 15:13:00 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2016-04-28 10:01:20 +1000 |
commit | 6a22eed4efa2a18664d62c6d8131c05258f869ab (patch) | |
tree | a4313b12701bd522fa5f6acb10443246f30536ca /doc/Makefile.am | |
parent | 774be50e68b2d62d9dfbfa3bfffd59be7e89bf3c (diff) |
touchpad: detect and warn about kernel tracking pointer jumps
If a touch moves by more than 20mm within a single frame, reset the motion
history, effectively discarding the movement. This is a relatively common bug
and almost always needs a kernel fix, so add an explanatory page to the docs.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Benjamin Tissoires <benjamin.tissoires@gmail.com>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r-- | doc/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 7a7c6cf..f56ed6a 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -27,6 +27,7 @@ header_files = \ $(srcdir)/tapping.dox \ $(srcdir)/test-suite.dox \ $(srcdir)/tools.dox \ + $(srcdir)/touchpad-jumping-cursors.dox \ $(srcdir)/touchpads.dox diagram_files = \ |