commit | 5ff5788016fcb07b5c11dc05c86c155b333dbdff | [log] [tgz] |
---|---|---|
author | William Mahon <wmahon@google.com> | Thu Sep 08 20:32:38 2022 +0000 |
committer | Chromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sat Oct 01 04:22:07 2022 +0000 |
tree | e068ea3a9f999083455f09638913e1bad69fe07f | |
parent | 7b306ec37a1b98082cbf19b4b307a13e42ffb435 [diff] |
20-mouse.conf add CPI for HyperX Pulsefire Haste 2 We need to hardcode the CPI value of the HyperX Pulsefire Haste 2 mouse as it is not possible to read its CPI from its descriptor. BUG=b:242137075 TEST=Do not currently have the mouse, but was able to build & flash to device without obvious errors. Change-Id: I290056cb1a6bfe40138b712ad19b5acbc5a9418e Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/xorg-conf/+/3899774 Reviewed-by: Sean O'Brien <seobrien@chromium.org> Tested-by: William Mahon <wmahon@google.com> 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
.