index
:
delta/libevdev.git
baserock/genivi/baseline
libevdev-0.4-branch
libevdev-1.0-branch
master
gitlab.freedesktop.org: libevdev/libevdev.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libevdev
/
libevdev-uinput.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
uinput: support the new UI_DEV_SETUP/UI_ABS_SETUP ioctls
Peter Hutterer
2016-04-07
1
-10
/
+64
*
uinput: split uinput device creation into a helper function
Peter Hutterer
2016-04-07
1
-20
/
+36
*
uinput: drop an unused argument
Peter Hutterer
2016-04-07
1
-2
/
+2
*
uinput: fix race condition in uinput syspath check
Peter Hutterer
2016-01-04
1
-8
/
+8
*
cosmetic: fix a couple of duplicate/missing empty lines
Peter Hutterer
2015-03-04
1
-2
/
+0
*
libevdev_uinput_destroy: don't close non-open FD
Owen W. Taylor
2015-01-21
1
-3
/
+5
*
uinput: explicitly ignore the UI_DEV_DESTROY return value
Peter Hutterer
2014-08-25
1
-1
/
+1
*
uinput: close the managed fd on error
Peter Hutterer
2014-08-22
1
-0
/
+3
*
uinput: preserve the errno before cleaning up
Peter Hutterer
2014-08-15
1
-1
/
+2
*
uinput: check errno against the positive value
Peter Hutterer
2014-08-15
1
-1
/
+1
*
uinput: change strcpy/strcat usage for snprintf
Peter Hutterer
2014-06-20
1
-5
/
+14
*
uinput: use the UI_GET_SYSNAME ioctl if available
Peter Hutterer
2014-06-20
1
-3
/
+11
*
Add per-device log handlers
Peter Hutterer
2014-06-05
1
-3
/
+3
*
Ignore NULL as argument in libevdev_uinput_destroy()
Peter Hutterer
2014-05-07
1
-0
/
+3
*
uinput: check for asprintf failure
Peter Hutterer
2014-03-19
1
-1
/
+2
*
Fix memory leaks when failing to create a uinput device
Peter Hutterer
2014-02-27
1
-13
/
+4
*
Make uinput-code backwards-compatible to missing UI_SET_PROPBIT ioctl
Peter Hutterer
2013-10-23
1
-1
/
+18
*
Revamp the API once again
Peter Hutterer
2013-09-10
1
-1
/
+1
*
Warn if there are multiple devices with the same syspath
Peter Hutterer
2013-09-03
1
-5
/
+10
*
Log a few errors, specifically application bugs
Peter Hutterer
2013-09-03
1
-1
/
+4
*
uinput: don't try to set the syspath twice
Peter Hutterer
2013-08-31
1
-0
/
+1
*
Fix off-by-one errors when dealing with *_MAX values.
Peter Hutterer
2013-08-30
1
-3
/
+3
*
Use AC_USE_SYSTEM_EXTENSIONS
Peter Hutterer
2013-08-29
1
-1
/
+0
*
Add support for uinput device creation
Peter Hutterer
2013-08-29
1
-0
/
+361