summaryrefslogtreecommitdiff
path: root/tools/touchpad-edge-detector.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-25Change to the (always intended) MIT licensePeter Hutterer1-19/+1
2020-09-19tools: Remove signalfd.h include againNiclas Zeising1-1/+0
2020-08-27[clang-tidy] do not use else after returnRosen Penev1-5/+10
2020-08-27libevdev: sort includes alphabeticallyRosen Penev1-1/+2
2020-08-27libevdev: remove pointless return in void functionRosen Penev1-2/+0
2020-08-14tools: use basename(argv[0]) for program nameNiclas Zeising1-5/+6
2020-08-14tools: Remove signalfd() useNiclas Zeising1-13/+14
2020-05-07tools: specify width by height in the edge-detector helpPeter Hutterer1-1/+1
2020-04-28tools: rename the example device in the touchpad-edge-detectorPeter Hutterer1-1/+1
2020-02-17tools: fix the include path for local includesPeter Hutterer1-1/+2
2020-02-14tools: drop use of HAVE_CONFIG_HPeter Hutterer1-2/+0
2016-09-15tools: fix kernel-announced width/heightPeter Hutterer1-1/+3
2016-08-26tools: fix the touchpad resolution calculationPeter Hutterer1-2/+2
2016-08-01tools: require a minimum size for touchpadsPeter Hutterer1-0/+8
2016-08-01tools: change touchpad-edge-detector to require physical sizePeter Hutterer1-17/+32
2015-11-10tools: fix touchpad-edge-detector udev rule outputPeter Hutterer1-2/+2
2015-08-24tools: print out evdev override udev rule from touchpad edge detectorPeter Hutterer1-1/+81
2015-06-10tools: complain about devices that don't have abs x/y axes in the edge detectorPeter Hutterer1-0/+8
2015-03-04cosmetic: fix a couple of duplicate/missing empty linesPeter Hutterer1-1/+0
2014-02-26tools: Fix compiler warningEmmanuele Bassi1-1/+1
2014-02-25tools: add a tool to print the actual range provided by a touchpadPeter Hutterer1-0/+196