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