summaryrefslogtreecommitdiff
path: root/sys/dev/evdev/evdev_mt.c
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2021-09-15evdev: Add parentheses around '-' expression in operand of '&'.John Baldwin
2021-09-02evdev: Do not export multitouch functions which are unused outside evdevVladimir Kondratyev
2021-08-25evdev: Add support for automatic MT protocol type A to type B conversion.Vladimir Kondratyev
2021-08-25evdev: Add implicit mode for touch tracking.Vladimir Kondratyev
2021-08-25evdev: Import support for touch-tracking.Vladimir Kondratyev
2021-08-25evdev: Make MT tracking IDs monotonically increasing sequence.Vladimir Kondratyev
2021-08-25evdev: Give short aliases to items of evdev_mt_slot arrayVladimir Kondratyev
2021-08-25evdev: Normalize width and pressure of single touch compat eventsVladimir Kondratyev
2021-08-25evdev: force no fuzz for autogenerated single touch compat events.Vladimir Kondratyev
2021-08-25evdev: Send first active rather than 0-th slot state as ST reportVladimir Kondratyev
2021-08-25evdev: Use bitsets to track active touches and slots changed in current reportVladimir Kondratyev
2021-08-25evdev: Multitouch code style changes.Vladimir Kondratyev
2021-01-08evdev: Remove useless "initial value" parameter from evdev_support_abs()Vladimir Kondratyev
2017-07-23Change my email address to wulf@FreeBSD.org in copyright headers.Vladimir Kondratyev
2017-07-23evdev: Macroize common locking sequencesVladimir Kondratyev
2017-07-23evdev: style(9), sort headers alphabeticallyVladimir Kondratyev
2016-10-08Implement EVDEV_FLAG_MT_AUTOREL flag (autorelease touchpoints)Oleksandr Tymoshenko
2016-10-08Allow using of driver's mutex instead internal one for evdev locking.Oleksandr Tymoshenko
2016-09-11Add evdev protocol implementationOleksandr Tymoshenko