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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't bother sanitizing disabled event codes
Peter Hutterer
2016-08-17
1
-0
/
+3
*
libevdev: Properly distribute uinput.h
Armin K
2016-05-16
1
-1
/
+1
*
Fix typo in doc string
Peter Hutterer
2016-04-20
1
-1
/
+1
*
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
*
Add parsing linux/input-event-codes.h, update to kernel v4.5
Peter Hutterer
2016-03-30
2
-7
/
+8
*
uinput: fix race condition in uinput syspath check
Peter Hutterer
2016-01-04
1
-8
/
+8
*
Document that the fd should be drained before libevdev_set_fd
Peter Hutterer
2015-12-17
1
-1
/
+11
*
Fix invalid absinfo range values reported by certain mtk soc
Andreas Pokorny
2015-08-24
1
-0
/
+23
*
Note that libevdev_free() does not close the fd
Peter Hutterer
2015-06-29
1
-0
/
+3
*
Accept LIBEVDEV_READ_FLAG_BLOCKING as valid flag
Peter Hutterer
2015-04-08
1
-1
/
+5
*
ABS_MAX counts as MT axis for the event queue
Peter Hutterer
2015-03-23
1
-1
/
+1
*
cosmetic: fix a comment
Peter Hutterer
2015-03-23
1
-1
/
+1
*
cosmetic: fix a couple of duplicate/missing empty lines
Peter Hutterer
2015-03-04
6
-14
/
+5
*
Use memcpy/memmove instead of loop operations
Thilo Schulz
2015-02-02
1
-9
/
+8
*
libevdev_uinput_destroy: don't close non-open FD
Owen W. Taylor
2015-01-21
1
-3
/
+5
*
Shut up clang compiler warnings
Peter Hutterer
2015-01-07
1
-0
/
+9
*
doc: add the prefixing * to all @code doxygen sections
Peter Hutterer
2014-11-18
2
-226
/
+226
*
Remove superfluous linebreak in an error message
Peter Hutterer
2014-11-18
1
-1
/
+1
*
doc: fix uinput example code
Peter Hutterer
2014-11-18
1
-7
/
+13
*
Fix a confusing comment
Peter Hutterer
2014-11-17
1
-1
/
+1
*
doc: fix slightly confusing code/type comments
Ran Benita
2014-08-28
1
-3
/
+3
*
Add some minimal documentation about static linking
Peter Hutterer
2014-08-25
1
-0
/
+14
*
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
*
Rename symbols leaking from static library to avoid name clashes
Peter Hutterer
2014-08-20
2
-12
/
+12
*
Add libevdev_property_from_name()
Peter Hutterer
2014-08-20
4
-1
/
+56
*
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
*
include: add uinput.h header as well
Peter Hutterer
2014-06-25
1
-1
/
+2
*
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
2
-15
/
+20
*
whitespace fix
Peter Hutterer
2014-06-19
1
-1
/
+1
*
Add per-device log handlers
Peter Hutterer
2014-06-05
5
-49
/
+203
*
Mark the log functions with the printf format attribute
Peter Hutterer
2014-06-05
2
-3
/
+5
*
Document that we need uinput in the kernel for the test suite
Peter Hutterer
2014-05-22
1
-1
/
+2
*
Ignore NULL as argument in libevdev_uinput_destroy()
Peter Hutterer
2014-05-07
1
-0
/
+3
*
Drain all events before synchronizing after SYN_DROPPED
Peter Hutterer
2014-04-24
2
-20
/
+83
*
Move read_more_events() up in the file
Peter Hutterer
2014-04-24
1
-25
/
+25
*
Actually make the min queue size a minimum
Peter Hutterer
2014-04-10
1
-1
/
+1
*
Clarify what signal-safe means
Peter Hutterer
2014-04-10
1
-3
/
+4
*
Calling libevdev_enable_event_code() overwrites EV_ABS/EV_REP values
Peter Hutterer
2014-04-08
1
-0
/
+4
*
Split the SYN_DROPPED page into a few sections
Peter Hutterer
2014-04-07
1
-0
/
+9
*
Fix a typo, add a @ref in the documentation
Peter Hutterer
2014-04-07
1
-2
/
+2
*
Drop invalid ABS_MT_TRACKING_ID changes
Peter Hutterer
2014-04-03
1
-11
/
+36
*
Move slot-related initialization down
Peter Hutterer
2014-04-03
1
-30
/
+33
*
Drop hardcoded MAX_SLOTS in favour of pre-allocated memory
Peter Hutterer
2014-04-03
3
-21
/
+49
*
Only sync the initial MT state for Protocol B devices
Peter Hutterer
2014-04-03
1
-1
/
+3
*
Drop unnecessary memset
Peter Hutterer
2014-04-03
1
-1
/
+0
[next]