libevdev/libevdev
Peter Hutterer 09529a6a65 uinput: check errno against the positive value
We use the negative errno internally, but the proper errno is always positive.

Fixes device creation failures on kernels that don't support UI_SET_PROPBIT.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: David Herrmann <dh.herrmann@gmail.com>
2014-08-15 08:37:26 +10:00
..
.gitignore Review/update .gitignore files 2013-11-19 09:34:23 +10:00
libevdev-int.h Add per-device log handlers 2014-06-05 15:16:06 +10:00
libevdev-names.c Provide separate lookup functions for zero-terminated strings 2013-11-01 08:18:41 +10:00
libevdev-uinput-int.h Add support for uinput device creation 2013-08-29 13:54:46 +10:00
libevdev-uinput.c uinput: check errno against the positive value 2014-08-15 08:37:26 +10:00
libevdev-uinput.h uinput: use the UI_GET_SYSNAME ioctl if available 2014-06-20 10:58:46 +10:00
libevdev-util.h Move some functions/macros between libevdev-int.h and libevdev-util.h 2014-03-06 14:30:03 +10:00
libevdev.c Add per-device log handlers 2014-06-05 15:16:06 +10:00
libevdev.h Add per-device log handlers 2014-06-05 15:16:06 +10:00
libevdev.sym Add per-device log handlers 2014-06-05 15:16:06 +10:00
make-event-names.py Drop the argparse requirement for make-event-names.py 2014-01-15 08:01:31 +10:00
Makefile.am include: add uinput.h header as well 2014-06-25 08:29:53 +10:00