commit | 46cb928fc9edeaeaef1931a0072859e4b6e5f10e | [log] [tgz] |
---|---|---|
author | Navil Perez <navil@google.com> | Mon Sep 26 23:28:11 2022 +0000 |
committer | Chromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Oct 03 17:46:54 2022 +0000 |
tree | 114b7ef29c2ca267fea320cc4ea9e4f4f9b80695 | |
parent | 5ff5788016fcb07b5c11dc05c86c155b333dbdff [diff] |
DIR_METADATA: Add V2 Test Plans. Add the default set of test rules. V2 test plans will be verified in staging before being enabled in prod. See go/cros-cq-test-config for more details. BUG=b:249150178 TEST=dirmd validate Change-Id: Id0026630371865735456a63b6d1b83d812dfac8d Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/xorg-conf/+/3927760 Tested-by: Navil Perez <navil@google.com> Reviewed-by: Andrew Lamb <andrewlamb@chromium.org> Commit-Queue: Navil Perez <navil@google.com>
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
.