aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/kbd/kbdreg.h
Commit message (Expand)AuthorAgeFilesLines
* kbd: merge linker set drivers into standard kbd driver listKyle Evans2019-12-261-0/+6
* kbd: const'ify a couple of keyboard_driver fieldsKyle Evans2019-12-171-4/+9
* kbd: remove kbdsw, store pointer to driver in each keyboard_tKyle Evans2019-12-161-74/+74
* kbd: provide default implementations of get_fkeystr/diagKyle Evans2019-12-161-3/+0
* kbd: convert kbdd_* macros to inline functionsKyle Evans2019-12-151-47/+140
* kbd: drop _KERNEL #ifdef in kbdreg.hKyle Evans2019-12-151-4/+0
* evdev: Remove evdev.ko linkage dependency on kbd driverVladimir Kondratyev2018-08-131-0/+4
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Whitespace nitpickingMaksim Yevmenkin2009-04-091-2/+2
* Introduce KB_POLLED flag to struct keyboard's kb_flags field.Maksim Yevmenkin2009-04-091-0/+4
* Remove explicit calls to keyboard methods with their respective variantsWojciech A. Koszek2007-12-291-0/+44
* kbdmux(4) keyboard multiplexer integrationMaksim Yevmenkin2005-07-131-0/+1
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-1/+1
* Fix dev_t handling to avoid needless makedev() call.Poul-Henning Kamp2003-09-271-0/+1
* Fix typo; the meaning of the 3rd parameter to genkbd_keyaction() isKazutaka YOKOTA2001-07-201-1/+1
* Return consistent key action codes at key press and releaseKazutaka YOKOTA2001-07-201-0/+1
* With this commit, I hereby pronounce gensetdefs past its use-by date.Peter Wemm2001-06-131-1/+0
* Initiate deorbit burn sequence for <machine/console.h>.Poul-Henning Kamp2000-10-081-1/+1
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-1/+1
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-1/+1
* Rework shifta/ctla/alta key handling. It appears that there wasKazutaka YOKOTA2000-01-111-1/+1
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-2/+2
* - Add a module event function to the ukbd driver and make the ukbd KLDKazutaka YOKOTA1999-12-131-1/+4
* Add support new keys: lshifta, rshifta, lctrla, rctrla, lalta, andKazutaka YOKOTA1999-12-101-0/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* - Remove cdevsw entry points in individual keyboard drivers;Kazutaka YOKOTA1999-08-221-28/+4
* Keyboard driver update in preparation for the USB keyboard driver.Kazutaka YOKOTA1999-03-101-7/+13
* sysconsKazutaka YOKOTA1999-01-191-2/+2
* Add the new keyboard driver and video card driver. They will beKazutaka YOKOTA1999-01-091-0/+270