opnsense-src/sys/dev/evdev
Oleksandr Tymoshenko c736a75712 Implement EVDEV_FLAG_MT_AUTOREL flag (autorelease touchpoints)
Automaticaly release (send ABS_MT_TRACKING_ID = -1) MT-slots
that has not been listed in current MT protocol type B report.

Slot is counted as listed if corresponding ABS_MT_SLOT event
has been sent regardless of other MT events.

Events are sent on SYN_REPORT event.

Submitted by:	Vladimir Kondratiev <wulf@cicgroup.ru>
2016-10-08 17:59:53 +00:00
..
cdev.c Remove semicolon from the end of the macro definition 2016-09-12 17:29:20 +00:00
evdev.c Implement EVDEV_FLAG_MT_AUTOREL flag (autorelease touchpoints) 2016-10-08 17:59:53 +00:00
evdev.h Implement EVDEV_FLAG_MT_AUTOREL flag (autorelease touchpoints) 2016-10-08 17:59:53 +00:00
evdev_mt.c Implement EVDEV_FLAG_MT_AUTOREL flag (autorelease touchpoints) 2016-10-08 17:59:53 +00:00
evdev_private.h Implement EVDEV_FLAG_MT_AUTOREL flag (autorelease touchpoints) 2016-10-08 17:59:53 +00:00
evdev_utils.c Add evdev protocol implementation 2016-09-11 18:56:38 +00:00
input-event-codes.h Add evdev protocol implementation 2016-09-11 18:56:38 +00:00
input.h Add evdev protocol implementation 2016-09-11 18:56:38 +00:00
uinput.c Modularize evdev 2016-10-02 03:20:31 +00:00
uinput.h Add evdev protocol implementation 2016-09-11 18:56:38 +00:00