platform/upstream/libevdev.git
2013-06-29 Peter Hutterertest: move device creation into a shared function
2013-06-29 Peter Hutterertest: provide uinput convenience function for varargs
2013-06-29 Peter Hutterertest: prepare a common header file for all tests
2013-06-29 Peter Hutterertest: add tests for device bit manipulation
2013-06-29 Peter HuttererReturn -1 for failing to enable/disable bits
2013-06-28 Peter Hutterertools: add a tool to build and publish the documentation
2013-06-28 Peter Hutterertest: close the right pipe fds
2013-06-28 Peter Hutterertest: fix a bunch of memory leaks
2013-06-28 Peter Hutterertest: fix valgrind complaint about uninitialized bytes
2013-06-28 Peter HuttererAdd a FIXME to log a warning message
2013-06-28 Peter Hutterertest: add test case for button deltas after SYN_DROPPED
2013-06-28 Peter HuttererAdd a flag for forcing a SYN_DROPPED event
2013-06-28 Peter HuttererBuild doc first, to see the warnings better
2013-06-27 Peter HuttererExpand main documentation to explain libevdev a bit...
2013-06-27 Peter HuttererREADME: Add link to API documentation
2013-06-27 Peter HuttererREADME: fix library name
2013-06-27 Peter Hutterertools: update libevdev-events to use the new LIBEVDEV_R...
2013-06-27 Peter HuttererImprove documentation to libevdev_next_event
2013-06-27 Peter HuttererRequire a flag for normal mode too
2013-06-27 Peter Hutterertest: add test for event polling and SYN_DROPPED handling
2013-06-27 Peter Hutterertest: don't check for a max on EV_SYN events
2013-06-27 Peter Hutterertest: add incomplete test for input props
2013-06-27 Peter Hutterertests: add two multitouch tests
2013-06-27 Peter Hutterertest: add test case for device grabbing
2013-06-27 Peter Hutterertest: test some more event max and invalid event type...
2013-06-27 Peter HuttererInit dev->grabbed as LIBEVDEV_UNGRAB
2013-06-27 Peter HuttererReplace a few malloc + strcpy with strdup
2013-06-27 Peter HuttererRevert "test: Hook up gcov to require the test name"
2013-06-27 Peter HuttererPull all tests together into one binary
2013-06-27 Peter Hutterertest: Hook up gcov to require the test name
2013-06-27 Peter HuttererDon't return a NULL name, ever.
2013-06-27 Peter HuttererFix distcheck
2013-06-27 Peter Hutterertest: add more event queue tests
2013-06-27 Peter HuttererDon't crash peeking at a zero-sized queue
2013-06-27 Peter HuttererUpdate gitignore
2013-06-27 Peter Hutterertest: fix includes for distcheck
2013-06-27 Peter HuttererSlots are now definitely zero-indexed, see recent kerne...
2013-06-27 Peter HuttererDocumentation fixes
2013-06-27 Peter HuttererUse doxygen instead of man pages
2013-06-27 Peter HuttererFix stray code tag in html
2013-06-27 Peter Hutterertest: add test for internal event queue
2013-06-27 Peter HuttererFix queue_num_free_elements
2013-06-27 Peter HuttererDon't return the next element if the queue is full
2013-06-27 Peter HuttererDon't allow a queue size of 0.
2013-06-27 Peter HuttererUse a size_t, not an int, where appropriate
2013-06-27 Peter HuttererHook up gcov
2013-06-27 Peter HuttererDirectly compile libevdev sources
2013-06-27 Peter HuttererAdd a test for event the various libevdev_has_event...
2013-06-26 Peter HuttererAdd an API to get the repeat values
2013-06-26 Peter Huttererman: add a note about EV_REP values
2013-06-26 Peter HuttererHandle EV_REP events in event-names.h
2013-06-26 Peter HuttererAdd the remaining ev bits
2013-06-26 Peter HuttererUse a macro for type_to_mask
2013-06-26 Peter HuttererAdd function to get max value for a given ev type
2013-06-26 Peter HuttererDefault to a max of -1 for undefined EV_foo bits
2013-06-26 Peter HuttererFix type_to_mask to return -1
2013-06-26 Peter Hutterertest: add infrastructure for uinput device tests
2013-06-04 Peter HuttererAdd functions to enable axis on the device in the kernel
2013-06-04 Peter HuttererInline the type-to-mask helpers
2013-06-04 Peter HuttererMove utility functions to a separate header
2013-06-04 Peter HuttererAdd a few includes the libevdev-int.h needs
2013-06-04 Peter HuttererProtect against NULL device on log handler
2013-06-04 Peter HuttererSet up a test harness
2013-06-04 Peter HuttererBlacklist some key names that resolve to other names
2013-06-04 Peter HuttererSwitch tools to use libevdev_get_event_*_name interface
2013-06-04 Peter HuttererExpose API for retrieving event names
2013-06-04 Peter HuttererAdd man page for libevdev_get_event_value and friends
2013-06-04 Peter HuttererMove libevdev-events over to a tools directory
2013-06-04 Peter HuttererMerge libevdev-print and libevdev-events into one binary
2013-06-04 Peter Hutterertest: drop unused function print_code_bits
2013-06-04 Peter HuttererDrop requirement on ffi - copy/paste leftover
2013-06-04 Peter HuttererAllow libevdev_free on a NULL pointer.
2013-06-04 Peter HuttererInclude stdarg for va_list.
2013-06-03 Peter HuttererSkip over ABS_MT_SLOT when syncing MT axis values
2013-06-03 Peter HuttererFix invalid abs_info read
2013-06-03 Peter HuttererFill in the last event time for synced events
2013-06-03 Peter HuttererUpdate README
2013-06-03 Peter HuttererLet the name be dynamically allocated
2013-06-03 Peter HuttererExpose phys/uniq to the caller
2013-06-03 Peter HuttererExport version fields as well
2013-06-03 Peter HuttererAdd man-pages for the current interface
2013-06-03 Peter HuttererRename pid/vid to product-id and vendor-id
2013-06-03 Peter HuttererAdd a FIXME for lack of O_NONBLOCK
2013-06-03 Peter HuttererAdd a fixme: if we're dropping sync event, libedev...
2013-06-03 Peter HuttererDon't allow re-setting the fd
2013-05-31 Peter HuttererChange libevdev_grab to take an enum
2013-05-31 Peter Hutterergitignore: Ignore tarballs
2013-05-31 Peter HuttererSplit libevdev_new() into _new and _new_from_fd()
2013-05-31 Peter HuttererFree the event queue on cleanup.
2013-05-31 Peter HuttererCheck for allocation failure in libevdev_new()
2013-05-30 Peter HuttererRename ER_SYNC flag to LIBEVDEV_READ_SYNC
2013-05-30 Peter HuttererAdd a function to retrieve the current slot
2013-05-30 Peter HuttererUpdate the MT state properly
2013-05-30 Peter HuttererIf a client doesn't sync when it should, drop all sync...
2013-05-30 Peter HuttererAfter a SYN_DROPPED, drop all events in the queue
2013-05-30 Peter HuttererAbstract the event queue away
2013-05-30 Peter HuttererDrop the callback interface, replace with libevdev_next...
2013-05-30 Peter HuttererAdd log func handling
2013-05-30 Peter HuttererFix MT slot index handling
2013-05-29 Peter Huttererlibevdev is a library to handle evdev devices