platform/upstream/libevdev.git
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
2014-08-22 Peter Huttereruinput: close the managed fd on error
2014-08-20 Peter HuttererRename symbols leaking from static library to avoid...
2014-08-19 Peter HuttererAdd libevdev_property_from_name()
2014-08-18 Peter Huttererconfigure: move the python check down to re-unite the...
2014-08-18 Peter Hutterertest: drop include of libevdev-int.h
2014-08-18 Peter Hutterertest: use ck_assert_int_eq() where comparing integers
2014-08-14 Peter Huttereruinput: preserve the errno before cleaning up
2014-08-14 Peter Huttereruinput: check errno against the positive value
2014-08-08 Peter Huttererlibevdev 1.3RC1 libevdev-1.2.99.901
2014-08-08 Peter Huttererinclude: update to Linux 3.16 header
2014-06-24 Peter Huttererinclude: add uinput.h header as well
2014-06-20 Peter Huttereruinput: change strcpy/strcat usage for snprintf
2014-06-20 Peter Huttereruinput: use the UI_GET_SYSNAME ioctl if available
2014-06-19 Peter Huttererwhitespace fix
2014-06-11 Peter Hutterertest: ignore any timer_create errors in valgrind
2014-06-09 Peter Huttererinclude: update to Linux 3.15 header
2014-06-05 Peter HuttererAdd per-device log handlers
2014-06-05 Peter Huttererm4: fix CC_CHECK_WERROR and CC_FLAG_VISIBILITY macros
2014-06-05 Peter Huttererlibevdev 1.2.99.1
2014-06-05 Peter Huttererlibevdev 1.2.2 libevdev-1.2.2
2014-06-05 Peter HuttererMark the log functions with the printf format attribute
2014-05-22 Peter HuttererDocument that we need uinput in the kernel for the...
2014-05-14 Peter Huttererlibevdev 1.2.1 libevdev-1.2.1
2014-05-07 Peter Hutterertest: unconditionally distribute the valgrind suppressions
2014-05-07 Peter HuttererIgnore NULL as argument in libevdev_uinput_destroy()
2014-04-30 Peter Huttererlibevdev 1.2 libevdev-1.2
2014-04-29 Peter Hutterertest: run all tests through valgrind
2014-04-29 Peter Hutterertest: disable parallel testing
2014-04-27 Peter Hutterertest: silence some valgrind warnings
2014-04-23 Peter Huttererlibevdev 1.2RC1 libevdev-1.1.99.1
2014-04-23 Peter HuttererDrain all events before synchronizing after SYN_DROPPED
2014-04-23 Peter HuttererMove read_more_events() up in the file
next