summaryrefslogtreecommitdiff
path: root/hwdb/parse_hwdb.py
Commit message (Expand)AuthorAgeFilesLines
* Rename udev's hwdb/ to hwdb.d/Zbigniew Jędrzejewski-Szmek2019-10-101-242/+0
* hwdb: update ACCEL_LOCATION property to use Or instead of QuotedStringLuís Ferreira2019-05-191-7/+1
* hwdb: add ACCEL_LOCATION property to parse_hwdb.pyLuís Ferreira2019-04-271-0/+7
* tree-wide: drop header for emacs from python scriptsYu Watanabe2018-12-101-2/+1
* hwdb: drop unused imported objectYu Watanabe2018-12-101-2/+1
* Drop my copyright headersZbigniew Jędrzejewski-Szmek2018-06-141-2/+0
* tree-wide: beautify remaining copyright statementsLennart Poettering2018-06-141-1/+1
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+1
* Add SPDX indentifier to hwdb/parse_hwdb.pyZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* hwdb: add a hwdb file to override ID_INPUT assignmentsPeter Hutterer2017-10-301-0/+13
* hwdb: disallow acceleration matrices with trivial rowsZbigniew Jędrzejewski-Szmek2017-07-221-0/+16
* hwdb: support pressing buttons on a keyboardMichal Suchanek2017-06-271-1/+3
* hwdb: Add ID_INPUT_JOYSTICK_INTEGRATION property (#5413)hadess2017-06-261-0/+2
* more portable python shebangs (#5816)Jörg Thalheim2017-04-301-1/+1
* hwdb: Add property for keyboards without LEDsBastien Nocera2017-03-091-0/+2
* hwdb: add MOUSE_WHEEL_TILT_VERTICAL/HORIZONTAL to the mouse db (#5023)Peter Hutterer2017-01-051-0/+2
* hwdb_parser: make sure that our patterns match the full propertyZbigniew Jędrzejewski-Szmek2016-12-101-1/+1
* hwdb_parser: add support for ACCEL_MOUNT_MATRIXZbigniew Jędrzejewski-Szmek2016-12-101-3/+9
* hwdb_parse: adjust indentation and imports following pylint adviceZbigniew Jędrzejewski-Szmek2016-12-011-10/+8
* hwdb: add XKB_FIXED_LAYOUT/VARIANT to the keyboard hwdbPeter Hutterer2016-12-011-2/+5
* hwdb/parse_hwdb.py: open files with UTF-8 modeMartin Pitt2016-11-301-1/+2
* parse_hwdb: fix to work with pyparsing 2.1.10Martin Pitt2016-11-301-1/+1
* Revert "hwdb/parse_hwdb.py: open files with UTF-8 mode"Martin Pitt2016-11-251-2/+1
* hwdb/parse_hwdb.py: open files with UTF-8 modeMartin Pitt2016-11-241-1/+2
* parse_hwdb: add import fallback for python2Zbigniew Jędrzejewski-Szmek2016-11-021-2/+8
* hwdb: add MOUSE_WHEEL_CLICK_COUNT for non-integer click angles (#4440)Peter Hutterer2016-10-211-0/+2
* Relicense hwdb/parse_hwdb.py as MIT (#4129)Zbigniew Jędrzejewski-Szmek2016-09-131-13/+21
* hwdb: let's no abbreivate HORIZONTAL as HORIZ (#3994)Lennart Poettering2016-08-191-1/+1
* hwdb: add a udev property for a wheel click angle on horiz wheelsPeter Hutterer2016-08-191-0/+1
* build-sys: hook up the hwdb parser to checkZbigniew Jędrzejewski-Szmek2016-08-091-4/+10
* tests: add python parser for hwdb grammarZbigniew Jędrzejewski-Szmek2016-08-091-0/+177