summaryrefslogtreecommitdiff
path: root/sys/dev/evdev/evdev.h
AgeCommit message (Expand)Author
2023-08-23sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2022-12-24evdev: Extend EVIOCGRAB ioctl scope to cover sysmouse interfaceVladimir Kondratyev
2021-10-06evdev: Fix a typo in a commitGordon Bergling
2021-09-08evdev: Add implicit mode for touch tracking.Vladimir Kondratyev
2021-09-08evdev: Import support for touch-tracking.Vladimir Kondratyev
2021-09-08evdev: Make MT tracking IDs monotonically increasing sequence.Vladimir Kondratyev
2021-09-08evdev: Give short aliases to items of evdev_mt_slot arrayVladimir Kondratyev
2021-09-08evdev: Multitouch code style changes.Vladimir Kondratyev
2021-01-08evdev: Make open(2) and close(3) handlers sleepable.Vladimir Kondratyev
2021-01-08evdev: Remove useless "initial value" parameter from evdev_support_abs()Vladimir Kondratyev
2018-08-13evdev: Remove evdev.ko linkage dependency on kbd driverVladimir Kondratyev
2018-08-13evdev: remove soft context from evdev methods parameter list.Vladimir Kondratyev
2017-11-01evdev: Disable value normalization and state filtering for SND events.Vladimir Kondratyev
2016-12-10[evdev] Adds evdev support to sysmouse(4) driverOleksandr Tymoshenko
2016-10-22EVDEV: Add shortcut functions for event typesOleksandr Tymoshenko
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-10-03const-ify struct evdev_methodsOleksandr Tymoshenko
2016-09-11Add evdev protocol implementationOleksandr Tymoshenko