summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2023-05-07tools/publish-doc: enable pushing docs for specific tagsPeter Hutterer1-3/+29
2023-05-07tools/publish-doc: build the docs with meson before synchingPeter Hutterer1-2/+6
2021-11-15Add a manpage for mouse-dpi-toolStephen Kitt2-0/+19
2021-11-09tools: add a helper tool to list all currently known codesPeter Hutterer2-1/+51
2021-01-25Change to the (always intended) MIT licensePeter Hutterer4-74/+4
2020-10-06tools: add a man page for the touchpad-edge-detector toolPeter Hutterer2-1/+49
2020-09-19tools: Remove signalfd.h include againNiclas Zeising2-2/+0
2020-09-11include: sync event codes with kernel 5.8Peter Hutterer1-4/+5
2020-08-27[clang-tidy] do not use else after returnRosen Penev2-9/+19
2020-08-27libevdev: sort includes alphabeticallyRosen Penev4-13/+15
2020-08-27libevdev: remove pointless return in void functionRosen Penev1-2/+0
2020-08-14tools: use basename(argv[0]) for program nameNiclas Zeising3-15/+18
2020-08-14tools: Remove signalfd() useNiclas Zeising2-26/+28
2020-08-13Don't hardcode /bin/bashNiclas Zeising1-1/+1
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 Hutterer4-4/+6
2020-02-14tools: drop explicit GNU_SOURCE definePeter Hutterer1-1/+0
2020-02-14config.h is a local include pathPeter Hutterer2-2/+2
2020-02-14tools: drop use of HAVE_CONFIG_HPeter Hutterer2-4/+0
2018-04-12Update struct input_eventDeepa Dinamani2-11/+5
2017-07-03tools: add a script to sync the kernel header filesPeter Hutterer1-0/+30
2017-01-17tools: print an error if we don't have any matching events in the dpi toolPeter Hutterer1-2/+9
2017-01-17tools: move udev printf into the print_summary() helperPeter Hutterer1-29/+29
2016-09-21tools: print the mean frequency together with the max frequencyPeter Hutterer1-4/+39
2016-09-19tools: rename frequency to max_frequency in the dpi toolPeter Hutterer1-6/+7
2016-09-16tools: use uint64_t, not doubles for the µs parametersPeter Hutterer1-1/+1
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
2016-04-22tools: allow numeric axis values in tweak-devicePeter Hutterer1-4/+37
2016-04-22tools: fix tweak-device option parsingPeter Hutterer1-7/+14
2016-01-04tools: shut up coverity about a potential close(-1)Peter Hutterer1-1/+2
2016-01-04tools: fix coverty "may be used uninitialized" warningsPeter Hutterer1-4/+5
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-07-01tools - tweak-device: add a --resolution commandPeter Hutterer2-2/+105
2015-07-01tools - tweak-device: revamp to reduce use of globalsPeter Hutterer1-61/+152
2015-06-29tools - tweak-device: fix wrong error message if the LED doesn't existPeter Hutterer1-1/+1
2015-06-29tools - tweak-device: close the fd on exitPeter Hutterer1-1/+3
2015-06-10tools: complain about devices that don't have abs x/y axes in the edge detectorPeter Hutterer1-0/+8
2015-05-21tools: widen frequency resolution to µs in the DPI toolPeter Hutterer1-10/+10
2015-04-23tools: fix help string for manual DPI calculationPeter Hutterer1-1/+1
2015-03-04cosmetic: fix a couple of duplicate/missing empty linesPeter Hutterer2-2/+0
2015-02-04tools: add a tool to change kernel devicesPeter Hutterer4-1/+321
2015-01-07tools: note that the mouse frequency measured is the highest frequencyPeter Hutterer1-2/+4
2015-01-07tools: fix clang compiler warningPeter Hutterer1-1/+1
2014-12-12tools: print the formula to calculate resolutionsPeter Hutterer1-1/+4
2014-12-05tools: zero-pad PID/VID in the dpi toolPeter Hutterer1-1/+1