libinput/quirks
Peter Hutterer 2432b6eeff tools: add a tool to update our Razer quirks for internal keyboards
openrazer keeps a convenient list of keyboard devices that belong to the
RazerBlade line and thus should be marked as internal by us. Let's
use that one.

This script git clones the current openrazer repo, imports the file we
need and then overwrites our current quirks file with the sorted list of
devices.

For the second part of this to work reliable we need a marker in the
quirks file that marks the start of autogenerated entries.

Heavily influenced by @danryu in !887.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2023-04-11 14:48:41 +10:00
..
10-generic-keyboard.quirks quirks: explicitly mark bluetooth keyboards as external 2018-08-27 09:19:46 +10:00
10-generic-mouse.quirks quirks: no button debouncing on generic emulated mouse 2021-09-12 21:51:53 +00:00
10-generic-trackball.quirks Rename data/ to quirks/ 2018-07-13 13:30:54 +10:00
30-vendor-a4tech.quirks quirks: add ModelBouncingKeys for A4Tech X-710BK Mouse 2021-11-23 17:15:22 +00:00
30-vendor-aiptek.quirks quirks: allow overriding of AttrEventCode and AttrInputProp 2022-11-28 08:25:41 +10:00
30-vendor-alps.quirks quirks: Customize ALPS i2c touchpad palm detect pressure threshold 2020-09-28 12:12:51 +08:00
30-vendor-contour.quirks quirks: add RollerMouse Free 3 for double-click fix 2019-10-26 16:04:05 +00:00
30-vendor-cypress.quirks quirks: add touchpad range for cypress touchpads 2019-06-28 11:27:13 +10:00
30-vendor-elantech.quirks quirks: extend/restore the Elan Touchpads quirks 2018-09-18 07:18:34 +10:00
30-vendor-glorious.quirks quirks: add quirks for Glorious Model O mouse 2022-12-23 19:13:10 +11:00
30-vendor-ibm.quirks quirks: speed up the TrackPoint on the IBM USB UltraNav keyboard a bit 2019-04-05 19:16:23 +02:00
30-vendor-kensington.quirks quirks: allow overriding of AttrEventCode and AttrInputProp 2022-11-28 08:25:41 +10:00
30-vendor-logitech.quirks quirks: change all 3-digit matches to zero-prefixed 4-digit matches 2023-03-20 17:38:28 +00:00
30-vendor-madcatz.quirks quirks: allow overriding of AttrEventCode and AttrInputProp 2022-11-28 08:25:41 +10:00
30-vendor-microsoft.quirks quirks: Add quirks to improve tablet-mode on the Surface Laptop Studio 2022-07-10 18:25:22 +00:00
30-vendor-razer.quirks tools: add a tool to update our Razer quirks for internal keyboards 2023-04-11 14:48:41 +10:00
30-vendor-synaptics.quirks quirks: allow overriding of AttrEventCode and AttrInputProp 2022-11-28 08:25:41 +10:00
30-vendor-trust.quirks add trust mouse quirk #455 2020-03-22 12:07:51 +01:00
30-vendor-vmware.quirks quirks: disable debouncing on the VMware Virtual mice 2018-10-19 00:16:15 +00:00
30-vendor-wacom.quirks quirks: change all 3-digit matches to zero-prefixed 4-digit matches 2023-03-20 17:38:28 +00:00
50-framework.quirks quirks: allow overriding of AttrEventCode and AttrInputProp 2022-11-28 08:25:41 +10:00
50-system-acer.quirks quirks: don't disable keyboard device for Acer Spin 5 when in tablet mode 2019-01-08 02:24:16 +00:00
50-system-apple.quirks quirks: change all 3-digit matches to zero-prefixed 4-digit matches 2023-03-20 17:38:28 +00:00
50-system-asus.quirks quirks: allow overriding of AttrEventCode and AttrInputProp 2022-11-28 08:25:41 +10:00
50-system-chicony.quirks quirks: change all 3-digit matches to zero-prefixed 4-digit matches 2023-03-20 17:38:28 +00:00
50-system-chuwi.quirks quirks: allow overriding of AttrEventCode and AttrInputProp 2022-11-28 08:25:41 +10:00
50-system-cyborg.quirks quirks: allow overriding of AttrEventCode and AttrInputProp 2022-11-28 08:25:41 +10:00
50-system-dell.quirks Disregard touchless clicks on flaky devices 2023-04-11 02:00:52 +00:00
50-system-gigabyte.quirks quirks: add palm size quirk for the Gigabyte Aero 15 2021-04-14 15:04:39 +10:00
50-system-google.quirks quirk: Google Chromebook Atlas (Pixelbook go) 2023-02-06 18:23:31 +00:00
50-system-gpd.quirks quirks: allow overriding of AttrEventCode and AttrInputProp 2022-11-28 08:25:41 +10:00
50-system-hp.quirks quirks: allow overriding of AttrEventCode and AttrInputProp 2022-11-28 08:25:41 +10:00
50-system-huawei.quirks quirks: allow overriding of AttrEventCode and AttrInputProp 2022-11-28 08:25:41 +10:00
50-system-lenovo.quirks quirks: fix duplicate section names 2023-03-20 17:38:28 +00:00
50-system-pine64.quirks quirks: Pine64 PineBook Pro keyboard 2021-09-05 14:05:24 -07:00
50-system-sony.quirks Add quirks file for Sony Vaio Laptop 2020-06-17 13:33:08 +00:00
50-system-starlabs.quirks quirks: allow overriding of AttrEventCode and AttrInputProp 2022-11-28 08:25:41 +10:00
50-system-system76.quirks Rename data/ to quirks/ 2018-07-13 13:30:54 +10:00
50-system-toshiba.quirks Removed whitespace from filename. 2019-03-29 12:34:27 +01:00
50-system-vaio.quirks quirks: add quirks for Positivo-Vaio touchpad 2022-11-28 11:26:47 +01:00
README.md quirks: reword the requirements section in the quirks README 2021-02-03 07:45:12 +00:00

libinput quirks file format

This directory contains hardware quirks used by libinput to work around bugs in the hardware, device behavior and to supply information not obtained through the kernel device.

THIS IS NOT STABLE API

The data format may change at any time. If your quirks file is not part of the libinput git tree, do not expect it to work after an update. Absolutely no guarantees are made for backwards-compatibility.

THIS IS NOT A CONFIGURATION API

Use the libinput_device_config_foo() functions for device configuration. Quirks here are hardware quirks only.

Data file naming

Data files are read in versionsort order, read order determines how values override each other. Values read later override previously read values. The current structure is:

  • 10-generic-foo.quirks for generic settings,
  • 30-vendor-foo.quirks for vendor-specific settings, and
  • 50-system-foo.quirks for system vendors.

This is not a fixed naming scheme and may change at any time. It's an approximation only because some vendors are also system vendors, e.g. Microsoft makes devices and laptops.

Laptop-specific quirks should always go into the laptop vendor's file even where they apply to a component of a different vendor. For example, a quirk for a Synaptics touchpad specific to a Dell laptop should go into the Dell quirks file.

Sections, matches and values

A data file must contain at least one section, each section must have at least one Match tag and at least one of either Attr or Model. Section names are free-form and may contain spaces.

# This is a comment
[Some touchpad]
MatchBus=usb
# No quotes around strings
MatchName=*Synaptics Touchpad*
AttrSizeHint=50x50
ModelSynapticsTouchpad=1

[Apple touchpad]
MatchVendor=0x5AC
MatchProduct=0x123
ModelAppleTouchpad=1

Comments are lines starting with #.

All Model tags take a value of either 1 or 0.

All Attr tag values are specific to that attribute.

Parser errors

The following requirements must be met:

  • No whitespace is allowed at the beginning of the line
  • A Section must have at least one Match* entry
  • A Section must not repeat Match* entry
  • A Section must have at least one of Model* or Attr* entries
  • A Model tag may only have the value 1 or 0
  • String properties must not be enclosed in quotes
  • Hex numbers must use uppercase letters (e.g. 0x12AB)

Failure to meet these requirements will cause a parser error and the quirks files will not be used.

Debugging

When modifying a data file, use the libinput list-quirks tool to verify the changes. The tool can be pointed at the data directory to analyse, use --verbose to get more info. For example:

libinput list-quirks --data-dir /path/to/git/repo/quirks/ --verbose /dev/input/event0