Clone this repo:
  1. a622f0b Add license file to repo by chaopeng · 1 year, 4 months ago main upstream/firmware-skyrim-15369.B upstream/release-R111-15329.B upstream/release-R112-15359.B upstream/stabilize-15317.B upstream/stabilize-15329.44.B upstream/stabilize-15329.59.B upstream/stabilize-15335.B upstream/stabilize-15359.45.B upstream/stabilize-15359.50.B upstream/stabilize-15359.58.B upstream/stabilize-15361.B upstream/stabilize-15364.B
  2. 46cb928 DIR_METADATA: Add V2 Test Plans. by Navil Perez · 1 year, 7 months ago upstream/factory-brya-15231.B upstream/factory-corsola-15196.B upstream/factory-corsola-15197.B upstream/factory-nissa-15199.B upstream/factory-trogdor-15210.B upstream/firmware-corsola-15194.B upstream/firmware-nissa-15217.126.B upstream/firmware-nissa-15217.253.B upstream/firmware-nissa-15217.45.B upstream/firmware-nissa-15217.B upstream/release-R108-15183.B upstream/release-R109-15236.B upstream/release-R110-15278.B upstream/stabilize-15167.B upstream/stabilize-15174.B upstream/stabilize-15183.14.B upstream/stabilize-15183.69.B upstream/stabilize-15183.82.B upstream/stabilize-15185.7.B upstream/stabilize-15185.B upstream/stabilize-15207.B upstream/stabilize-15208.B upstream/stabilize-15236.66.B upstream/stabilize-15245.B upstream/stabilize-15251.B upstream/stabilize-15278.64.B upstream/stabilize-15300.B upstream/stabilize-15301.B upstream/stabilize-quickfix-15183.78.B upstream/stabilize-quickfix-15278.72.B upstream/stabilize-testbranch-15185.10.B
  3. 5ff5788 20-mouse.conf add CPI for HyperX Pulsefire Haste 2 by William Mahon · 1 year, 7 months ago
  4. 7b306ec vell: ensure fast move events aren't lost by Sean O'Brien · 1 year, 7 months ago
  5. fea1afd redrix: ensure fast move events aren't lost by Sean O'Brien · 1 year, 7 months ago

“Xorg” configuration files

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.

Syntax

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;
  • some Match directives (MatchProduct, MatchDevicePath, MatchUSBID, MatchIsPointer, MatchIsTouchpad, and MatchIsTouchscreen);
  • Driver, which is ignored; and
  • Option, 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.