aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/adb/adb_kbd.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* kbd: consolidate kb interfaces (phase one)Michael2023-07-071-10/+2
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* sys/kbio.h: make pre-unicode keymap support optionalStefan Eßer2023-02-141-1/+3
* Support Unicode characters in keymap dead key tablesStefan Eßer2023-02-061-0/+1
* adb: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-101-3/+1
* adb: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-6/+4
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-1/+2
* Revert r355806: kbd drivers: don't double register keyboard driversKyle Evans2019-12-261-4/+0
* kbd drivers: don't double register keyboard driversKyle Evans2019-12-161-0/+4
* kbd: provide default implementations of get_fkeystr/diagKyle Evans2019-12-161-2/+0
* keyboard switch definitions: standardize on c99 initializersKyle Evans2019-12-161-19/+19
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-201-0/+2
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* sys/dev: use our nitems() macro when it is avaliable through param.h.Pedro F. Giffuni2016-04-191-1/+1
* No need to check if devd is running before posting an event.Justin Hibbits2014-06-211-1/+1
* Properly sort the arguments to mtx_init(9).Justin Hibbits2014-01-231-1/+1
* Return NOKEY instead of 0 if there are no more key presses queued. ThisNathan Whitehorn2013-10-291-1/+1
* Release the ADB keyboard mutex when handling the power buttonJustin Hibbits2012-06-231-0/+2
* Add support for special keys (volume/brightness/eject) on Apple laptops withNathan Whitehorn2011-10-161-1/+71
* Restore binary compatibility for GIO_KEYMAP and PIO_KEYMAP.Ed Schouten2011-07-171-0/+1
* Improve the AT keyboard emulation of the ADB keyboard driver, by supportingNathan Whitehorn2009-01-081-15/+144
* Fix some nasty race conditions in the VIA-CUDA driver that ended up preventingNathan Whitehorn2008-12-061-9/+5
* Add ADB support. This provides support for the external ADB bus on the PowerMacNathan Whitehorn2008-10-261-0/+692