platform/upstream/libevdev.git
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