commit | a9ae9e797b261031e82fbc3fd58a867f1e617929 | [log] [tgz] |
---|---|---|
author | William Mahon <wmahon@google.com> | Tue Oct 04 00:13:27 2022 +0000 |
committer | Chromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Mar 07 04:49:11 2023 +0000 |
tree | 220a1b20edcbdabee954dcbbe8a99c917761031c | |
parent | a622f0b252c7de984aea54da016c303a103396cb [diff] |
20-mouse.conf: add CPI for Steel Series Aerox 3 We need to hardcode the CPI value of the Steel Series Aerox 3 mouse as it is not possible to read its CPI from its descriptor. There are three variations of the mouse: wired, wireless bluetooth, and wireless dongle. BUG=b:226707569 TEST=Do not currently have the mouse, but was able to build & flash to device without obvious errors. Change-Id: Ic694e11081428419a0c67149fdbf2bcfee223e1d Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/xorg-conf/+/3928451 Tested-by: William Mahon <wmahon@google.com> Reviewed-by: William Mahon <wmahon@google.com> Reviewed-by: Kenneth Albanowski <kenalba@google.com> Reviewed-by: Henry Barnor <hbarnor@chromium.org> Commit-Queue: William Mahon <wmahon@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
.