summaryrefslogtreecommitdiff
path: root/sys/dev/kbd/kbdreg.h
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-02-27kbdreg.h: include opt_kbd.hWarner Losh
2023-02-24kbd: add KBD_DELAY1 and KBD_DELAY2Michael Paepcke
2019-12-26kbd: merge linker set drivers into standard kbd driver listKyle Evans
2019-12-17kbd: const'ify a couple of keyboard_driver fieldsKyle Evans
2019-12-16kbd: remove kbdsw, store pointer to driver in each keyboard_tKyle Evans
2019-12-16kbd: provide default implementations of get_fkeystr/diagKyle Evans
2019-12-15kbd: convert kbdd_* macros to inline functionsKyle Evans
2019-12-15kbd: drop _KERNEL #ifdef in kbdreg.hKyle Evans
2018-08-13evdev: Remove evdev.ko linkage dependency on kbd driverVladimir Kondratyev
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2009-04-09Whitespace nitpickingMaksim Yevmenkin
2009-04-09Introduce KB_POLLED flag to struct keyboard's kb_flags field.Maksim Yevmenkin
2007-12-29Remove explicit calls to keyboard methods with their respective variantsWojciech A. Koszek
2005-07-13kbdmux(4) keyboard multiplexer integrationMaksim Yevmenkin
2004-06-16Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp
2003-09-27Fix dev_t handling to avoid needless makedev() call.Poul-Henning Kamp
2001-07-20Fix typo; the meaning of the 3rd parameter to genkbd_keyaction() isKazutaka YOKOTA
2001-07-20Return consistent key action codes at key press and releaseKazutaka YOKOTA
2001-06-13With this commit, I hereby pronounce gensetdefs past its use-by date.Peter Wemm
2000-10-08Initiate deorbit burn sequence for <machine/console.h>.Poul-Henning Kamp
2000-05-26Back out the previous change to the queue(3) interface.Jake Burkholder
2000-05-23Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder
2000-01-11Rework shifta/ctla/alta key handling. It appears that there wasKazutaka YOKOTA
1999-12-29Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm
1999-12-13- Add a module event function to the ukbd driver and make the ukbd KLDKazutaka YOKOTA
1999-12-10Add support new keys: lshifta, rshifta, lctrla, rctrla, lalta, andKazutaka YOKOTA
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1999-08-22- Remove cdevsw entry points in individual keyboard drivers;Kazutaka YOKOTA
1999-03-10Keyboard driver update in preparation for the USB keyboard driver.Kazutaka YOKOTA
1999-01-19sysconsKazutaka YOKOTA
1999-01-09Add the new keyboard driver and video card driver. They will beKazutaka YOKOTA