~bryce/libinput/libinput

  • Committer: Kim Lindberger
  • Date: 2018-08-22 10:12:55 UTC
  • Revision ID: git-v1:99334e11bfd426687edf99a913ae0502a428e107
Add quirk to control velocity averaging, disable it by default

libinput applies averaging to the velocity of most pointer devices. Averaging
the velocity makes the motion look smooth and may be of benefit to bad input
devices. For good devices, however, it comes at the unfortunate price of
decreased accuaracy.

This change turns velocity averaging off by default (sets ntrackers to 2 instead
of 16) and allows for it to be turned back on via a quirk, for bad devices which
require it.
Filename Latest Rev Last Changed Committer Comment Size
..
doc 34 10 years ago Jonas Ådahl doc: hook up doxygen to generate the public API do Diff
include 273 9 years ago Peter Hutterer Add our own version of linux/input.h Avoids havin Diff
quirks 2424 5 years ago Peter Hutterer Rename data/ to quirks/ A better, less ambiguous Diff
src 2 10 years ago Jonas Ådahl compositor-drm: Move udev_seat to its own file We Diff
test 97 10 years ago Peter Hutterer Add the framework for a test suite Just the scaff Diff
tools 144 10 years ago Peter Hutterer tools: add a tool for basic event debugging Simpl Diff
udev 721 9 years ago Peter Hutterer Add udev bits to assign LIBINPUT_DEVICE_GROUP The Diff
.dir-locals.el 2108 6 years ago Peter Hutterer indentation: add .dir-locals.el for emacs It's pr 123 bytes Diff Download File
.gitignore 2264 5 years ago Peter Hutterer gitignore: ignore gnuplot files Signed-off-by: Pe 83 bytes Diff Download File
.gitlab-ci.yml 2569 5 years ago Peter Hutterer gitlab CI: increase the artifacts expiry to 6h 20 23.2 KB Diff Download File
.vimdir 963 8 years ago Peter Hutterer Add .vimdir for libinput-specific settings To avo 49 bytes Diff Download File
CODING_STYLE.md 2327 5 years ago Peter Hutterer Move CODING_STYLE to markdown Signed-off-by: Pete 2.6 KB Diff Download File
COPYING 2316 5 years ago Peter Hutterer COPYING: change a cgit to a gitlab URL Signed-off 1.6 KB Diff Download File
meson.build 2568 5 years ago Carlos Garnacho quirks: Add quirks for Acer Switch Alpha 12 This 27.4 KB Diff Download File
meson_options.txt 2428.1.8 5 years ago Greg V Autodetect and use libepoll-shim on FreeBSD 978 bytes Diff Download File
README.md 2495 5 years ago Peter Hutterer README: drop a @ref in favor of the full link No 3.1 KB Diff Download File