commit | faafb4710d233447fd90f1f31f92da227bb511c0 | [log] [tgz] |
---|---|---|
author | Sean O'Brien <seobrien@google.com> | Mon Feb 21 17:03:52 2022 -0800 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Feb 28 22:03:29 2022 +0000 |
tree | cb60c936877f2e933b02e277aa12fde33c24c79b | |
parent | 99199e091bea72095c93d05c6695a6b413807bb8 [diff] |
redrix: improve palm rejection BUG=b:204404229 TEST=Manually test using palm and thumb Change-Id: I3cc02f0b818cd18b0a41867fd3dc39ac2eff1b70 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/xorg-conf/+/3478755 Tested-by: Sean O'Brien <seobrien@chromium.org> Reviewed-by: Kenneth Albanowski <kenalba@google.com> Reviewed-by: Harry Cutts <hcutts@chromium.org> Commit-Queue: Sean O'Brien <seobrien@chromium.org> (cherry picked from commit 947b0fe90f19bd1e69a0e7692891b7a88e2b71f5) Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/xorg-conf/+/3496003 Auto-Submit: Sean O'Brien <seobrien@chromium.org> Commit-Queue: Harry Cutts <hcutts@chromium.org>
This repository contains configuration files that were originally for the X Windowing System (a.k.a. X11 or Xorg). CrOS moved away from using X around 2015, but these files are still used to configure input devices. Thankfully this reduction in scope greatly reduces their effect on life satisfaction.
The syntax is now a subset of Xorg's configuration syntax, and using anything outside of that subset will either cause an error or just be ignored. Specifically, only InputClass
sections are supported. Within those, the following entries are supported:
Identifier
;Match
directives (MatchProduct
, MatchDevicePath
, MatchUSBID
, MatchIsPointer
, MatchIsTouchpad
, and MatchIsTouchscreen
);Driver
, which is ignored; andOption
, which is used to specify gesture properties instead of X11 input device options (though some old X11 options may be hanging around).For more details, see the parsing code in Chromium's GesturePropertyProvider
.