Allow -1 as valid fd in libevdev_change_fd
[platform/upstream/libevdev.git] / libevdev / libevdev-int.h
2013-10-14 Peter HuttererAllow -1 as valid fd in libevdev_change_fd
2013-10-08 Peter HuttererUppercase #define LIBEVDEV_INT_H
2013-09-11 Peter HuttererName-space the read flags better
2013-09-10 Peter HuttererRevamp the API once again
2013-09-09 Peter HuttererMerge branch 'logging-fix'
2013-09-03 Peter HuttererDrop per-device logging function, use per-library one...
2013-08-31 Peter HuttererUse ENOMEM instead of ENOSPC
2013-08-29 Peter HuttererFix two signed vs unsigned int warnings
2013-08-29 Peter HuttererMark all external symbols with LIBEVDEV_EXPORT
2013-08-29 Peter HuttererAxis values must be int, not unsigned int
2013-08-29 Peter HuttererAdd support for EV_SW
2013-08-25 Peter HuttererMerge branch 'led-handling'
2013-08-15 Peter HuttererKeep the LED state and sync it after SYN_DROPPED
2013-07-30 Peter HuttererSet the size for repeat delays based on REP_CNT
2013-07-02 Peter HuttererSwitch to a state machine to handle incomplete syncs
2013-06-27 Peter HuttererDon't crash peeking at a zero-sized 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-26 Peter HuttererAdd the remaining ev bits
2013-06-04 Peter HuttererAdd a few includes the libevdev-int.h needs
2013-06-03 Peter HuttererFill in the last event time for synced events
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-05-31 Peter HuttererFree the event queue on cleanup.
2013-05-30 Peter HuttererUpdate the MT state properly
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-29 Peter Huttererlibevdev is a library to handle evdev devices