commit | a622f0b252c7de984aea54da016c303a103396cb | [log] [tgz] |
---|---|---|
author | chaopeng <chaopeng@google.com> | Wed Jan 04 10:42:57 2023 -0500 |
committer | Chromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jan 05 00:49:00 2023 +0000 |
tree | ad3af553773b7c755453ea53d23a7e2e4c105f5f | |
parent | 46cb928fc9edeaeaef1931a0072859e4b6e5f10e [diff] |
Add license file to repo BUG: No Change-Id: Ibcb08c85dc47d84cf0c1807a980e5bf84f110cb1 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/xorg-conf/+/4133478 Commit-Queue: Sean O'Brien <seobrien@chromium.org> Reviewed-by: Sean O'Brien <seobrien@chromium.org> Tested-by: Sean O'Brien <seobrien@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
.