summaryrefslogtreecommitdiff
path: root/libevdev
Commit message (Expand)AuthorAgeFilesLines
...
* When running against a kernel without properties, continue as usualPeter Hutterer2013-10-231-1/+5
* Pass linux/input.h as argument to make-event-names.pyPeter Hutterer2013-10-232-7/+6
* Add a copy of linux/input.hPeter Hutterer2013-10-231-2/+3
* configure: test for python and python-argparsePeter Hutterer2013-10-211-1/+1
* Don't allow a negative fd in libevdev_set_fdPeter Hutterer2013-10-141-1/+2
* Allow -1 as valid fd in libevdev_change_fdPeter Hutterer2013-10-142-14/+25
* Uppercase #define LIBEVDEV_INT_HPeter Hutterer2013-10-081-2/+2
* Note that libevdev_change_fd requires a LIBEVDEV_FORCE_SYNCPeter Hutterer2013-10-041-0/+4
* Mark three deprecated functions as suchPeter Hutterer2013-10-041-3/+3
* Add extern C guards to libevdev-uinput.hPeter Hutterer2013-09-191-0/+7
* Capitalize uinput header guardsPeter Hutterer2013-09-191-3/+3
* Print an error on an invalid log priorityPeter Hutterer2013-09-181-0/+1
* Merge branch 'clockid'Peter Hutterer2013-09-182-0/+27
|\
| * wrap EVIOCSCLOCKID into an API callPeter Hutterer2013-09-132-0/+27
* | Fix a typo in the uinput documentationPeter Hutterer2013-09-171-2/+2
* | Move libevdev_led_value documentation to the kernel groupPeter Hutterer2013-09-171-0/+3
|/
* Fix a comment to reflect the new APIPeter Hutterer2013-09-121-3/+3
* Remove warning comment from FORCE_SYNCPeter Hutterer2013-09-111-3/+2
* Name-space the read flags betterPeter Hutterer2013-09-114-17/+29
* Enumerate libevdev_next_event() return codesPeter Hutterer2013-09-112-17/+40
* Fix comment typoPeter Hutterer2013-09-111-1/+1
* Add missing group assignment to a bunch of functions and enumerationsPeter Hutterer2013-09-111-6/+26
* Revamp the API once againPeter Hutterer2013-09-105-12/+66
* Merge branch 'logging-fix'Peter Hutterer2013-09-104-38/+187
|\
| * Log to stderr by defaultPeter Hutterer2013-09-102-5/+29
| * Warn if there are multiple devices with the same syspathPeter Hutterer2013-09-031-5/+10
| * Log a few errors, specifically application bugsPeter Hutterer2013-09-032-10/+31
| * Drop per-device logging function, use per-library one insteadPeter Hutterer2013-09-033-17/+106
| * uinput: don't try to set the syspath twicePeter Hutterer2013-08-311-0/+1
| * Return -EBADF for functions that need the fd initializedPeter Hutterer2013-08-311-0/+9
| * Return EBADF when trying to read from an uninitalized devicePeter Hutterer2013-08-311-1/+1
| * Use ENOMEM instead of ENOSPCPeter Hutterer2013-08-313-7/+7
* | Fix comment typoPeter Hutterer2013-09-041-1/+1
* | Match the kernel define for SYN_MAXPeter Hutterer2013-09-041-1/+3
* | Check for GNU ld and use the flags depending on the outcomePeter Hutterer2013-09-041-4/+1
* | Add some gcc/ld optimizations and magicDavid Herrmann2013-09-031-1/+8
|/
* memcpy instead of invidual bittogglePeter Hutterer2013-08-311-6/+9
* Fix off-by-one errors when dealing with *_MAX values.Peter Hutterer2013-08-302-8/+8
* Use AC_USE_SYSTEM_EXTENSIONSPeter Hutterer2013-08-291-1/+0
* Add support for uinput device creationPeter Hutterer2013-08-294-2/+627
* Fix two signed vs unsigned int warningsPeter Hutterer2013-08-292-2/+2
* Actually use the gcc CFLAGS set in configurePeter Hutterer2013-08-291-1/+1
* Mark all external symbols with LIBEVDEV_EXPORTPeter Hutterer2013-08-292-49/+54
* Fix some compiler warnings about maybe uninitialized valuesPeter Hutterer2013-08-291-3/+3
* Add C++ header guardsPeter Hutterer2013-08-291-0/+9
* Simplify getter/setter macrosPeter Hutterer2013-08-291-14/+14
* Drop deprecated APIPeter Hutterer2013-08-292-28/+0
* Fix a few signed/unsigned int comparisonsPeter Hutterer2013-08-291-3/+4
* Add a note that libevdev_is_event_type/code have compile-time rangesPeter Hutterer2013-08-291-0/+6
* libevdev_is_event_type() needs to check for < EV_CNTPeter Hutterer2013-08-291-1/+1