platform/upstream/libevdev.git
2017-01-02 Nayan DeshmukhFix typos in Documentation
2016-12-12 Peter Huttererinclude: update to v4.9 linux/input.h headers
2016-11-30 Peter Huttererlibevdev 1.5.5 libevdev-1.5.5
2016-11-30 Peter HuttererDisable test runs on make distcheck
2016-11-13 Nathan BakerFix minor error in doxygen example code
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-28 Peter Huttererdoc: drop the HTML_TIMESTAMP
2016-08-26 Peter Huttererlibevdev 1.5.4 libevdev-1.5.4
2016-08-26 Peter Hutterertools: fix the touchpad resolution calculation
2016-08-21 Peter Huttererlibevdev 1.5.3 libevdev-1.5.3
2016-08-17 Peter HuttererDon't bother sanitizing disabled event codes
2016-07-31 Peter Hutterertools: require a minimum size for touchpads
2016-07-31 Peter Hutterertools: change touchpad-edge-detector to require physica...
2016-06-15 Peter Huttererlibevdev 1.5.2 libevdev-1.5.2
2016-05-15 Peter Huttererinclude: update to v4.6 linux/input.h header
2016-05-15 Peter Huttererlibevdev 1.5.1 libevdev-1.5.1
2016-05-15 Armin Klibevdev: Properly distribute uinput.h
2016-05-13 Peter Huttererlibevdev 1.5 libevdev-1.5.0
2016-04-22 Peter Hutterertools: allow numeric axis values in tweak-device
2016-04-21 Peter Hutterertools: fix tweak-device option parsing
2016-04-21 Peter Huttererdoc: reduce doxygen file to the non-default settings
2016-04-20 Peter HuttererFix typo in doc string
2016-04-07 Peter Huttereruinput: support the new UI_DEV_SETUP/UI_ABS_SETUP ioctls
2016-04-07 Peter Huttereruinput: split uinput device creation into a helper...
2016-04-07 Peter Huttereruinput: drop an unused argument
2016-04-07 Peter Huttererinclude: update to v4.5 linux/uinput.h
2016-03-30 Peter HuttererAdd parsing linux/input-event-codes.h, update to kernel...
2016-03-03 Peter Hutterertest: ignore a failure to UI_DEV_DESTROY the device
2016-03-03 Peter Hutterertest: drop unnecessary return value
2016-01-05 Peter Huttererlibevdev 1.4.6 libevdev-1.4.6
2016-01-03 Peter Huttereruinput: fix race condition in uinput syspath check
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-12-17 Peter HuttererDocument that the fd should be drained before libevdev_...
2015-11-11 Peter Huttererlibevdev 1.4.5 libevdev-1.4.5
2015-11-10 Peter Hutterertools: fix touchpad-edge-detector udev rule output
2015-11-10 Peter HuttererAdd some more files to gitignore
2015-09-01 Peter Huttererlibevdev 1.4.4 libevdev-1.4.4
2015-08-24 Andreas PokornyFix invalid absinfo range values reported by certain...
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 HuttererNote that libevdev_free() does not close the fd
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-22 Peter Huttererlibevdev 1.4.3 libevdev-1.4.3
2015-06-22 Peter Huttererinclude: update to 4.1 header
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-24 Peter Huttererlibevdev 1.4.2 libevdev-1.4.2
2015-04-23 Peter Hutterertools: fix help string for manual DPI calculation
2015-04-13 Peter Huttererinclude: update to 4.0 header
2015-04-08 Peter Huttererlibevdev 1.4.1 libevdev-1.4.1
2015-04-08 Peter HuttererAccept LIBEVDEV_READ_FLAG_BLOCKING as valid flag
2015-03-23 Peter HuttererABS_MAX counts as MT axis for the event queue
2015-03-23 Peter Hutterercosmetic: fix a comment
2015-03-15 Peter SeidererDisable test-static-link in case of shared only build.
2015-03-03 Peter Huttererlibevdev 1.4 libevdev-1.4
2015-03-03 Peter Hutterercosmetic: fix a couple of duplicate/missing empty lines
2015-02-09 Peter Hutterertest: use -std=c89 instead of c90 for the build test
2015-02-04 Peter Hutterertools: add a tool to change kernel devices
2015-02-04 Peter Hutterertest: always build the build-tests
2015-02-04 Peter Huttererconfigure: rename BUILD_TESTS to ENABLE_RUNTIME_TESTS
2015-02-02 Thilo SchulzUse memcpy/memmove instead of loop operations
2015-01-20 Owen W. Taylorlibevdev_uinput_destroy: don't close non-open FD
2015-01-07 Peter Hutterertools: note that the mouse frequency measured is the...
2015-01-06 Peter Hutterertools: fix clang compiler warning
2015-01-06 Peter HuttererShut up clang compiler warnings
2014-12-11 Peter Hutterertools: print the formula to calculate resolutions sandbox/kevinthierry/upstream
2014-12-08 Peter Huttererinclude: update to 3.18 header
2014-12-05 Peter Huttererlibevdev 1.3.2 libevdev-1.3.2
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-11-17 Peter Huttererdoc: add the prefixing * to all @code doxygen sections
2014-11-17 Peter Hutterertest: add test for clock id setting on an invalid device
2014-11-17 Peter Hutterertest: add test for setting absinfo on invalid devices
2014-11-17 Peter Hutterertest: add test case for grab calls on invalid devices
2014-11-17 Peter Hutterertest: add missing tests for invalid calls on next_event...
2014-11-17 Peter HuttererRemove superfluous linebreak in an error message
2014-11-17 Peter Huttererdoc: fix uinput example code
2014-11-17 Peter HuttererFix a confusing comment
2014-11-13 Peter Huttererlibevdev 1.3.1 libevdev-1.3.1
2014-11-13 Peter Huttererdoc: update doxygen.in for current doxygen
2014-11-12 Peter Huttererinclude: update to 3.17 header
2014-09-09 Peter Huttererlibevdev 1.3 libevdev-1.3
2014-08-27 Ran Benitadoc: fix slightly confusing code/type comments
2014-08-27 Peter Huttererconfigure.ac: print prefix and libdir
2014-08-25 Peter Huttererlibevdev 1.3RC2 libevdev-1.2.99.902
2014-08-25 Peter Hutterertest: fix EVIOCREVOKE test on non-supporting kernels
2014-08-25 Peter HuttererAdd some minimal documentation about static linking
2014-08-25 Peter HuttererHook up nm to check for leaking symbols in the static...
2014-08-25 Peter Hutterertest: handle the GCOV_LDFLAGS in all tests
2014-08-25 Peter Hutterertest: override check-local instead of check
2014-08-25 Peter Hutterertest: add basic static link test
2014-08-24 Peter Huttereruinput: explicitly ignore the UI_DEV_DESTROY return...
2014-08-22 Peter Hutterertools: pass -rc to strerror, not rc
next