Add libevdev_disable_property
[platform/upstream/libevdev.git] / tools /
2020-10-05 Peter Hutterertools: add a man page for the touchpad-edge-detector...
2020-09-19 Niclas Zeisingtools: Remove signalfd.h include again
2020-09-11 Peter Huttererinclude: sync event codes with kernel 5.8
2020-08-27 Rosen Penev[clang-tidy] do not use else after return
2020-08-27 Rosen Penevlibevdev: sort includes alphabetically
2020-08-27 Rosen Penevlibevdev: remove pointless return in void function
2020-08-14 Niclas Zeisingtools: use basename(argv[0]) for program name
2020-08-14 Niclas Zeisingtools: Remove signalfd() use
2020-08-13 Niclas ZeisingDon't hardcode /bin/bash
2020-05-06 Peter Hutterertools: specify width by height in the edge-detector...
2020-04-27 Peter Hutterertools: rename the example device in the touchpad-edge...
2020-02-17 Peter Hutterertools: fix the include path for local includes
2020-02-14 Peter Hutterertools: drop explicit GNU_SOURCE define
2020-02-14 Peter Huttererconfig.h is a local include path
2020-02-14 Peter Hutterertools: drop use of HAVE_CONFIG_H
2018-04-12 Deepa DinamaniUpdate struct input_event
2017-07-03 Peter Hutterertools: add a script to sync the kernel header files
2017-01-17 Peter Hutterertools: print an error if we don't have any matching...
2017-01-17 Peter Hutterertools: move udev printf into the print_summary() helper
2016-09-21 Peter Hutterertools: print the mean frequency together with the max...
2016-09-19 Peter Hutterertools: rename frequency to max_frequency in the dpi...
2016-09-15 Peter Hutterertools: use uint64_t, not doubles for the µs parameters
2016-09-15 Peter Hutterertools: fix kernel-announced width/height
2016-08-26 Peter Hutterertools: fix the touchpad resolution calculation
2016-07-31 Peter Hutterertools: require a minimum size for touchpads
2016-07-31 Peter Hutterertools: change touchpad-edge-detector to require physica...
2016-04-22 Peter Hutterertools: allow numeric axis values in tweak-device
2016-04-21 Peter Hutterertools: fix tweak-device option parsing
2016-01-03 Peter Hutterertools: shut up coverity about a potential close(-1)
2016-01-03 Peter Hutterertools: fix coverty "may be used uninitialized" warnings
2015-11-10 Peter Hutterertools: fix touchpad-edge-detector udev rule output
2015-08-23 Peter Hutterertools: print out evdev override udev rule from touchpad...
2015-07-01 Peter Hutterertools - tweak-device: add a --resolution command
2015-07-01 Peter Hutterertools - tweak-device: revamp to reduce use of globals
2015-06-29 Peter Hutterertools - tweak-device: fix wrong error message if the...
2015-06-29 Peter Hutterertools - tweak-device: close the fd on exit
2015-06-10 Peter Hutterertools: complain about devices that don't have abs x...
2015-05-21 Peter Hutterertools: widen frequency resolution to µs in the DPI...
2015-04-23 Peter Hutterertools: fix help string for manual DPI calculation
2015-03-03 Peter Hutterercosmetic: fix a couple of duplicate/missing empty lines
2015-02-04 Peter Hutterertools: add a tool to change kernel devices
2015-01-07 Peter Hutterertools: note that the mouse frequency measured is the...
2015-01-06 Peter Hutterertools: fix clang compiler warning
2014-12-11 Peter Hutterertools: print the formula to calculate resolutions sandbox/kevinthierry/upstream
2014-12-05 Peter Hutterertools: zero-pad PID/VID in the dpi tool
2014-12-01 Peter Hutterertools: print the hwdb match line from the dpi tool
2014-11-20 Peter Hutterertools: add a tool to estimate the resolution of a mouse
2014-08-22 Peter Hutterertools: pass -rc to strerror, not rc
2014-02-25 Emmanuele Bassitools: Fix compiler warning
2014-02-25 Emmanuele BassiFix the include directives when building in tools/
2014-02-25 Peter Hutterertools: add a tool to print the actual range provided...
2013-11-18 Gaetan NadonReview/update .gitignore files
2013-10-22 Peter HuttererAdd a copy of linux/input.h
2013-10-04 Peter HuttererMark three deprecated functions as such
2013-09-18 Peter HuttererMerge branch 'clockid'
2013-09-17 Peter Hutterertools: make to function calls static
2013-09-17 Colin Walterstools: Honor GCC_CFLAGS
2013-09-11 Peter HuttererName-space the read flags better
2013-09-11 Peter HuttererEnumerate libevdev_next_event() return codes
2013-09-10 Peter HuttererRevamp the API once again
2013-08-01 Peter HuttererRename ID getters to have a consistent naming scheme
2013-08-01 Peter HuttererRename a few getters for consistency
2013-07-21 Peter HuttererPoint to new API documentation URL
2013-07-02 Peter HuttererAdd a flag for blocking read
2013-06-28 Peter Hutterertools: add a tool to build and publish the documentation
2013-06-27 Peter Hutterertools: update libevdev-events to use the new LIBEVDEV_R...
2013-06-04 Peter HuttererSwitch tools to use libevdev_get_event_*_name interface
2013-06-04 Peter HuttererMove libevdev-events over to a tools directory