summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* tools: list the kernel name together with the event nodePeter Hutterer2023-04-061-3/+20
* tools: add list-local-devices as builddir toolPeter Hutterer2023-04-041-0/+4
* Format python files with Python blackPeter Hutterer2023-04-042-8/+15
* tools/clean_svg: don't modify the dict while iteratingPeter Hutterer2022-11-181-1/+1
* tools: don't match "* Keyboard" devices (#498)Peter Hutterer2022-06-131-1/+2
* Remove autotools, it's meson only nowPeter Hutterer2021-12-132-46/+1
* tools: update a comment in the hwdb generation toolPeter Hutterer2021-12-021-1/+1
* tools: always write out custom hwdb files as 66-libwacom.hwdbPeter Hutterer2021-12-021-5/+4
* tools: remove ID_INPUT_TABLET from "foo Keyboard" devicesPeter Hutterer2021-07-271-0/+9
* tools: fix an indentation issue in list-compatible-styliPeter Hutterer2021-04-281-21/+21
* tools: use a YAML-compatible format by defaultPeter Hutterer2021-04-284-40/+66
* tool: change the hwdb generator to the libwacom-update-db toolPeter Hutterer2021-04-062-24/+95
* tools: abstract the tablet database into its own objectPeter Hutterer2021-04-061-36/+41
* tools: make the hwdb entry its own objectPeter Hutterer2021-04-061-51/+58
* tools: drop a leftover commented out linePeter Hutterer2021-04-061-1/+0
* meson.build: generate a config.h filePeter Hutterer2021-03-253-6/+0
* tools: free the list once we're done with itPeter Hutterer2021-03-241-0/+1
* meson/autotools: run the hwdb-generator explicitly through pythonPeter Hutterer2021-03-241-1/+1
* tools: print known tablets that are not supported by libwacomPeter Hutterer2021-03-191-1/+23
* tools: expand the error message for "no devices"Peter Hutterer2021-03-191-1/+1
* tools: add a --format argument to list-local-devicesPeter Hutterer2021-03-192-2/+51
* tools: switch from scandir to glib's opendirPeter Hutterer2021-03-191-18/+16
* tools: return EXIT_FAILURE for consistencyPeter Hutterer2021-03-191-1/+1
* tools: de-duplicate the list-local-devices outputPeter Hutterer2021-03-192-8/+67
* tools: localize a variablePeter Hutterer2021-03-191-1/+1
* tools: free leaking directory entries in list-local-devicesPeter Hutterer2021-03-191-0/+1
* tools: replace the hwdb generator with a python scriptPeter Hutterer2021-03-193-164/+168
* tools: drop the trailing colons in a hwdb entryPeter Hutterer2021-03-191-2/+2
* tools: install our list-devices helper toolPeter Hutterer2021-03-193-5/+36
* tools: add a --format argument to list-devicesPeter Hutterer2021-03-192-15/+69
* tools: invert an if condition to use continue insteadPeter Hutterer2021-03-191-4/+5
* tools: define the full database path in the build systemPeter Hutterer2021-03-194-4/+4
* tools: list i2c devices as wellPeter Hutterer2021-03-191-0/+3
* tools/clean_svg.py: fix to work with Python3Peter Hutterer2021-03-111-6/+5
* tools/clean_svg.py: fix a few flake8 warningsPeter Hutterer2021-03-111-10/+10
* tools/clean_svg.py: format with python blackPeter Hutterer2021-03-111-82/+116
* tools: add a libwacom-show-stylus tool to easily check for stylus IDs (#340)Peter Hutterer2021-02-242-2/+199
* tools: update rules to handle bind/unbind events (#305)Peter Hutterer2020-11-251-1/+1
* tools: silence a compiler warningPeter Hutterer2020-10-071-1/+1
* Drop the show-svg-image toolPeter Hutterer2020-10-072-441/+0
* tools: Fix joystick property matching in udev ruleSebastian Keller2020-06-301-1/+1
* Remove trailing whitespacesPeter Hutterer2020-06-241-1/+1
* tools: add missing headersJan Beich2020-05-202-0/+2
* tools: expand Huion consumer control quirk to include all system/consumer con...Tudor Brindus2020-05-151-2/+3
* tools: switch from a giant udev rulest to using hwdb entriesPeter Hutterer2020-04-094-272/+190
* Install the udev rulesPeter Hutterer2019-08-131-0/+10
* tools: plug a memory leak in the udev rule generationPeter Hutterer2019-08-131-1/+5
* tools: base64-encode the svg dataPeter Hutterer2019-07-301-2/+2
* Prevent librsvg from bailing at the sight of uninitialized dataJason Gerecke2019-07-051-0/+2
* tools: remove unused parameters in generate-udev-rulesPeter Hutterer2019-07-011-4/+4