summaryrefslogtreecommitdiff
path: root/libevdev
Commit message (Expand)AuthorAgeFilesLines
* Don't bother sanitizing disabled event codesPeter Hutterer2016-08-171-0/+3
* libevdev: Properly distribute uinput.hArmin K2016-05-161-1/+1
* Fix typo in doc stringPeter Hutterer2016-04-201-1/+1
* uinput: support the new UI_DEV_SETUP/UI_ABS_SETUP ioctlsPeter Hutterer2016-04-071-10/+64
* uinput: split uinput device creation into a helper functionPeter Hutterer2016-04-071-20/+36
* uinput: drop an unused argumentPeter Hutterer2016-04-071-2/+2
* Add parsing linux/input-event-codes.h, update to kernel v4.5Peter Hutterer2016-03-302-7/+8
* uinput: fix race condition in uinput syspath checkPeter Hutterer2016-01-041-8/+8
* Document that the fd should be drained before libevdev_set_fdPeter Hutterer2015-12-171-1/+11
* Fix invalid absinfo range values reported by certain mtk socAndreas Pokorny2015-08-241-0/+23
* Note that libevdev_free() does not close the fdPeter Hutterer2015-06-291-0/+3
* Accept LIBEVDEV_READ_FLAG_BLOCKING as valid flagPeter Hutterer2015-04-081-1/+5
* ABS_MAX counts as MT axis for the event queuePeter Hutterer2015-03-231-1/+1
* cosmetic: fix a commentPeter Hutterer2015-03-231-1/+1
* cosmetic: fix a couple of duplicate/missing empty linesPeter Hutterer2015-03-046-14/+5
* Use memcpy/memmove instead of loop operationsThilo Schulz2015-02-021-9/+8
* libevdev_uinput_destroy: don't close non-open FDOwen W. Taylor2015-01-211-3/+5
* Shut up clang compiler warningsPeter Hutterer2015-01-071-0/+9
* doc: add the prefixing * to all @code doxygen sectionsPeter Hutterer2014-11-182-226/+226
* Remove superfluous linebreak in an error messagePeter Hutterer2014-11-181-1/+1
* doc: fix uinput example codePeter Hutterer2014-11-181-7/+13
* Fix a confusing commentPeter Hutterer2014-11-171-1/+1
* doc: fix slightly confusing code/type commentsRan Benita2014-08-281-3/+3
* Add some minimal documentation about static linkingPeter Hutterer2014-08-251-0/+14
* uinput: explicitly ignore the UI_DEV_DESTROY return valuePeter Hutterer2014-08-251-1/+1
* uinput: close the managed fd on errorPeter Hutterer2014-08-221-0/+3
* Rename symbols leaking from static library to avoid name clashesPeter Hutterer2014-08-202-12/+12
* Add libevdev_property_from_name()Peter Hutterer2014-08-204-1/+56
* uinput: preserve the errno before cleaning upPeter Hutterer2014-08-151-1/+2
* uinput: check errno against the positive valuePeter Hutterer2014-08-151-1/+1
* include: add uinput.h header as wellPeter Hutterer2014-06-251-1/+2
* uinput: change strcpy/strcat usage for snprintfPeter Hutterer2014-06-201-5/+14
* uinput: use the UI_GET_SYSNAME ioctl if availablePeter Hutterer2014-06-202-15/+20
* whitespace fixPeter Hutterer2014-06-191-1/+1
* Add per-device log handlersPeter Hutterer2014-06-055-49/+203
* Mark the log functions with the printf format attributePeter Hutterer2014-06-052-3/+5
* Document that we need uinput in the kernel for the test suitePeter Hutterer2014-05-221-1/+2
* Ignore NULL as argument in libevdev_uinput_destroy()Peter Hutterer2014-05-071-0/+3
* Drain all events before synchronizing after SYN_DROPPEDPeter Hutterer2014-04-242-20/+83
* Move read_more_events() up in the filePeter Hutterer2014-04-241-25/+25
* Actually make the min queue size a minimumPeter Hutterer2014-04-101-1/+1
* Clarify what signal-safe meansPeter Hutterer2014-04-101-3/+4
* Calling libevdev_enable_event_code() overwrites EV_ABS/EV_REP valuesPeter Hutterer2014-04-081-0/+4
* Split the SYN_DROPPED page into a few sectionsPeter Hutterer2014-04-071-0/+9
* Fix a typo, add a @ref in the documentationPeter Hutterer2014-04-071-2/+2
* Drop invalid ABS_MT_TRACKING_ID changesPeter Hutterer2014-04-031-11/+36
* Move slot-related initialization downPeter Hutterer2014-04-031-30/+33
* Drop hardcoded MAX_SLOTS in favour of pre-allocated memoryPeter Hutterer2014-04-033-21/+49
* Only sync the initial MT state for Protocol B devicesPeter Hutterer2014-04-031-1/+3
* Drop unnecessary memsetPeter Hutterer2014-04-031-1/+0