summaryrefslogtreecommitdiff
path: root/libevdev/libevdev-uinput.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* uinput: preserve the errno before cleaning upPeter Hutterer2014-08-151-1/+2
* uinput: check errno against the positive valuePeter Hutterer2014-08-151-1/+1
* uinput: change strcpy/strcat usage for snprintfPeter Hutterer2014-06-201-5/+14
* uinput: use the UI_GET_SYSNAME ioctl if availablePeter Hutterer2014-06-201-3/+11
* Add per-device log handlersPeter Hutterer2014-06-051-3/+3
* Ignore NULL as argument in libevdev_uinput_destroy()Peter Hutterer2014-05-071-0/+3
* uinput: check for asprintf failurePeter Hutterer2014-03-191-1/+2
* Fix memory leaks when failing to create a uinput devicePeter Hutterer2014-02-271-13/+4
* Make uinput-code backwards-compatible to missing UI_SET_PROPBIT ioctlPeter Hutterer2013-10-231-1/+18
* Revamp the API once againPeter Hutterer2013-09-101-1/+1
* Warn if there are multiple devices with the same syspathPeter Hutterer2013-09-031-5/+10
* Log a few errors, specifically application bugsPeter Hutterer2013-09-031-1/+4
* uinput: don't try to set the syspath twicePeter Hutterer2013-08-311-0/+1
* Fix off-by-one errors when dealing with *_MAX values.Peter Hutterer2013-08-301-3/+3
* Use AC_USE_SYSTEM_EXTENSIONSPeter Hutterer2013-08-291-1/+0
* Add support for uinput device creationPeter Hutterer2013-08-291-0/+361