summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Add a manpage for mouse-dpi-toolStephen Kitt2021-11-152-0/+19
* tools: add a helper tool to list all currently known codesPeter Hutterer2021-11-092-1/+51
* Change to the (always intended) MIT licensePeter Hutterer2021-01-254-74/+4
* tools: add a man page for the touchpad-edge-detector toolPeter Hutterer2020-10-062-1/+49
* tools: Remove signalfd.h include againNiclas Zeising2020-09-192-2/+0
* include: sync event codes with kernel 5.8Peter Hutterer2020-09-111-4/+5
* [clang-tidy] do not use else after returnRosen Penev2020-08-272-9/+19
* libevdev: sort includes alphabeticallyRosen Penev2020-08-274-13/+15
* libevdev: remove pointless return in void functionRosen Penev2020-08-271-2/+0
* tools: use basename(argv[0]) for program nameNiclas Zeising2020-08-143-15/+18
* tools: Remove signalfd() useNiclas Zeising2020-08-142-26/+28
* Don't hardcode /bin/bashNiclas Zeising2020-08-131-1/+1
* 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-174-4/+6
* tools: drop explicit GNU_SOURCE definePeter Hutterer2020-02-141-1/+0
* config.h is a local include pathPeter Hutterer2020-02-142-2/+2
* tools: drop use of HAVE_CONFIG_HPeter Hutterer2020-02-142-4/+0
* Update struct input_eventDeepa Dinamani2018-04-122-11/+5
* tools: add a script to sync the kernel header filesPeter Hutterer2017-07-031-0/+30
* tools: print an error if we don't have any matching events in the dpi toolPeter Hutterer2017-01-171-2/+9
* tools: move udev printf into the print_summary() helperPeter Hutterer2017-01-171-29/+29
* tools: print the mean frequency together with the max frequencyPeter Hutterer2016-09-211-4/+39
* tools: rename frequency to max_frequency in the dpi toolPeter Hutterer2016-09-191-6/+7
* tools: use uint64_t, not doubles for the µs parametersPeter Hutterer2016-09-161-1/+1
* 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: allow numeric axis values in tweak-devicePeter Hutterer2016-04-221-4/+37
* tools: fix tweak-device option parsingPeter Hutterer2016-04-221-7/+14
* tools: shut up coverity about a potential close(-1)Peter Hutterer2016-01-041-1/+2
* tools: fix coverty "may be used uninitialized" warningsPeter Hutterer2016-01-041-4/+5
* 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 - tweak-device: add a --resolution commandPeter Hutterer2015-07-012-2/+105
* tools - tweak-device: revamp to reduce use of globalsPeter Hutterer2015-07-011-61/+152
* tools - tweak-device: fix wrong error message if the LED doesn't existPeter Hutterer2015-06-291-1/+1
* tools - tweak-device: close the fd on exitPeter Hutterer2015-06-291-1/+3
* tools: complain about devices that don't have abs x/y axes in the edge detectorPeter Hutterer2015-06-101-0/+8
* tools: widen frequency resolution to µs in the DPI toolPeter Hutterer2015-05-211-10/+10
* tools: fix help string for manual DPI calculationPeter Hutterer2015-04-231-1/+1
* cosmetic: fix a couple of duplicate/missing empty linesPeter Hutterer2015-03-042-2/+0
* tools: add a tool to change kernel devicesPeter Hutterer2015-02-044-1/+321
* tools: note that the mouse frequency measured is the highest frequencyPeter Hutterer2015-01-071-2/+4
* tools: fix clang compiler warningPeter Hutterer2015-01-071-1/+1
* tools: print the formula to calculate resolutionsPeter Hutterer2014-12-121-1/+4
* tools: zero-pad PID/VID in the dpi toolPeter Hutterer2014-12-051-1/+1
* tools: print the hwdb match line from the dpi toolPeter Hutterer2014-12-021-0/+28
* tools: add a tool to estimate the resolution of a mousePeter Hutterer2014-11-213-1/+241