aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/evdev/cdev.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r359428:Vladimir Kondratyev2020-04-131-12/+70
* MFC r339823:Vladimir Kondratyev2018-11-171-0/+13
* evdev: remove soft context from evdev methods parameter list.Vladimir Kondratyev2018-08-131-2/+2
* Change my email address to wulf@FreeBSD.org in copyright headers.Vladimir Kondratyev2017-07-231-1/+1
* evdev: style(9), sort headers alphabeticallyVladimir Kondratyev2017-07-231-9/+8
* [evdev] Fix race condition between client's event queue reading and droppingOleksandr Tymoshenko2017-03-121-3/+4
* Remove semicolon from the end of the macro definitionOleksandr Tymoshenko2016-09-121-1/+1
* Add evdev protocol implementationOleksandr Tymoshenko2016-09-111-0/+860