summaryrefslogtreecommitdiff
path: root/tools/touchpad-edge-detector.c
Commit message (Expand)AuthorAgeFilesLines
* Change to the (always intended) MIT licensePeter Hutterer2021-01-251-19/+1
* tools: Remove signalfd.h include againNiclas Zeising2020-09-191-1/+0
* [clang-tidy] do not use else after returnRosen Penev2020-08-271-5/+10
* libevdev: sort includes alphabeticallyRosen Penev2020-08-271-1/+2
* libevdev: remove pointless return in void functionRosen Penev2020-08-271-2/+0
* tools: use basename(argv[0]) for program nameNiclas Zeising2020-08-141-5/+6
* tools: Remove signalfd() useNiclas Zeising2020-08-141-13/+14
* tools: specify width by height in the edge-detector helpPeter Hutterer2020-05-071-1/+1
* tools: rename the example device in the touchpad-edge-detectorPeter Hutterer2020-04-281-1/+1
* tools: fix the include path for local includesPeter Hutterer2020-02-171-1/+2
* tools: drop use of HAVE_CONFIG_HPeter Hutterer2020-02-141-2/+0
* tools: fix kernel-announced width/heightPeter Hutterer2016-09-151-1/+3
* tools: fix the touchpad resolution calculationPeter Hutterer2016-08-261-2/+2
* tools: require a minimum size for touchpadsPeter Hutterer2016-08-011-0/+8
* tools: change touchpad-edge-detector to require physical sizePeter Hutterer2016-08-011-17/+32
* tools: fix touchpad-edge-detector udev rule outputPeter Hutterer2015-11-101-2/+2
* tools: print out evdev override udev rule from touchpad edge detectorPeter Hutterer2015-08-241-1/+81
* tools: complain about devices that don't have abs x/y axes in the edge detectorPeter Hutterer2015-06-101-0/+8
* cosmetic: fix a couple of duplicate/missing empty linesPeter Hutterer2015-03-041-1/+0
* tools: Fix compiler warningEmmanuele Bassi2014-02-261-1/+1
* tools: add a tool to print the actual range provided by a touchpadPeter Hutterer2014-02-251-0/+196