uinput: Implement FreeBSD fetch_syspath_and_devnode()
[platform/upstream/libevdev.git] / libevdev / libevdev-int.h
2020-02-16 Peter HuttererPush the tracking id change bits on the stack
2020-02-16 Peter HuttererPush the slot_update bits on the stack
2020-02-16 Peter HuttererDrop the mt_sync_state in our device struct
2020-02-14 Peter Huttererconfig.h is a local include path
2020-02-12 Peter HuttererAdd queue_push_event as shortcut for the two-liner...
2015-03-03 Peter Hutterercosmetic: fix a couple of duplicate/missing empty lines
2015-02-02 Thilo SchulzUse memcpy/memmove instead of loop operations
2014-08-20 Peter HuttererRename symbols leaking from static library to avoid...
2014-06-05 Peter HuttererAdd per-device log handlers
2014-06-05 Peter HuttererMark the log functions with the printf format attribute
2014-04-03 Peter HuttererDrop hardcoded MAX_SLOTS in favour of pre-allocated...
2014-03-06 Peter HuttererMove some functions/macros between libevdev-int.h and...
2014-03-05 Peter HuttererIncrease MAX_SLOTS to 60
2014-03-05 Peter HuttererDynamically allocate the slot values
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