summaryrefslogtreecommitdiff
path: root/sys/dev/evdev/evdev_private.h
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* evdev: Add implicit mode for touch tracking.Vladimir Kondratyev2021-08-241-0/+1
* evdev: Make MT tracking IDs monotonically increasing sequence.Vladimir Kondratyev2021-08-241-0/+1
* evdev: Multitouch code style changes.Vladimir Kondratyev2021-08-241-6/+6
* evdev: Use bit_foreach helper macroVladimir Kondratyev2021-08-161-0/+10
* evdev: Allow open() handler to be interrupted by a signalVladimir Kondratyev2021-01-071-0/+9
* evdev: Make open(2) and close(3) handlers sleepable.Vladimir Kondratyev2021-01-071-34/+80
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-201-0/+2
* evdev: export event device properties through sysctl interfaceVladimir Kondratyev2019-02-241-0/+4
* evdev: disable evdev if it is invoked from KDB or panic contextVladimir Kondratyev2018-10-271-0/+5
* evdev: Use console lock as evdev lock for all supported keyboard drivers.Vladimir Kondratyev2018-10-271-1/+6
* Change my email address to wulf@FreeBSD.org in copyright headers.Vladimir Kondratyev2017-07-231-1/+1
* evdev: Macroize common locking sequencesVladimir Kondratyev2017-07-231-0/+10
* evdev: style(9), sort headers alphabeticallyVladimir Kondratyev2017-07-231-2/+3
* Implement EVDEV_FLAG_MT_AUTOREL flag (autorelease touchpoints)Oleksandr Tymoshenko2016-10-081-0/+1
* Allow using of driver's mutex instead internal one for evdev locking.Oleksandr Tymoshenko2016-10-081-3/+11
* const-ify struct evdev_methodsOleksandr Tymoshenko2016-10-031-1/+1
* Add evdev protocol implementationOleksandr Tymoshenko2016-09-111-0/+191