summaryrefslogtreecommitdiff
path: root/tools/mouse-dpi-tool.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-4/+9
* libevdev: sort includes alphabeticallyRosen Penev2020-08-271-1/+2
* tools: use basename(argv[0]) for program nameNiclas Zeising2020-08-141-4/+5
* tools: Remove signalfd() useNiclas Zeising2020-08-141-13/+14
* 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
* Update struct input_eventDeepa Dinamani2018-04-121-7/+1
* 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: 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
* 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-211-0/+235