commit | d9deb45005a0ef2df0063849a7562cdcb8b9daee | [log] [tgz] |
---|---|---|
author | qinwentao <qinwentao@huaqin.corp-partner.google.com> | Wed May 12 21:44:09 2021 +0800 |
committer | Commit Bot <commit-bot@chromium.org> | Fri May 21 09:44:18 2021 +0000 |
tree | b2fb9cd3688231f48d3af4596cc6144c4beff52c | |
parent | 74714d693db52bd7341b05182cfecb9c382e4f9b [diff] |
Jacuzzi Makomo: Disable Zero Finger Click Disable zero finger click to avoid mechanic issue around the touchpad BUG=b:188365027 TEST=emerge and deploy, check conf install onto DUT. Change-Id: I5513fa0799a537c04cdf3b394705cc9a660bc9f4 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/xorg-conf/+/2897328 Reviewed-by: Wentao Qin <qinwentao@huaqin.corp-partner.google.com> Reviewed-by: Shou-Chieh Hsu <shouchieh@chromium.org> Tested-by: Wentao Qin <qinwentao@huaqin.corp-partner.google.com> Commit-Queue: Shou-Chieh Hsu <shouchieh@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
.