aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/kbd
Commit message (Expand)AuthorAgeFilesLines
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+1
* Restore binary compatibility for GIO_KEYMAP and PIO_KEYMAP.Ed Schouten2011-07-171-8/+32
* Explicitly tell the compiler that we don't care about the return valueRui Paulo2010-10-131-5/+5
* Use an unsigned integer for storing the key code.Ed Schouten2009-09-221-1/+1
* Make the keyboard layer Unicode aware.Ed Schouten2009-09-191-7/+19
* Move buffer management into kbd and kbdmux drivers.Ed Schouten2009-06-051-23/+51
* Whitespace nitpickingMaksim Yevmenkin2009-04-091-2/+2
* Introduce KB_POLLED flag to struct keyboard's kb_flags field.Maksim Yevmenkin2009-04-091-0/+4
* Replace all calls to minor() with dev2unit().Ed Schouten2008-09-271-2/+2
* Don't include <sys/tty.h> in non-TTY drivers.Ed Schouten2008-07-241-1/+2
* Remove explicit calls to keyboard methods with their respective variantsWojciech A. Koszek2007-12-292-17/+56
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson2006-11-061-9/+10
* Integrate kbdmux(4) into syscons(4) and kbd code.Maksim Yevmenkin2006-02-281-0/+24
* kbdmux(4) keyboard multiplexer integrationMaksim Yevmenkin2005-07-132-3/+18
* - Hook up the new locations of the atkbdc(4), atkbd(4) and psm(4) sourceMarius Strobl2005-06-104-2795/+0
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-291-1/+0
* Move the pc98 keymap define into pckbdtables.h because it should be usedYoshihiro Takahashi2005-05-121-142/+0
* Backout previous diffs - this functionality is already provided by theMaxim Sobolev2005-04-071-15/+0
* Make previous commit actually working by replacing TUNABLE_INT() withMaxim Sobolev2005-04-071-11/+11
* Provide a new tunable hw.atkbdc.broken_kit_cmd, which if set to 1Maxim Sobolev2005-04-071-0/+15
* plug memory leakSam Leffler2005-02-261-18/+37
* #include fcntl.h not vnode.h. Check O_NONBLOCK not IO_NDELAY.Poul-Henning Kamp2004-12-221-2/+2
* Add a new flag to the atkbd(4) driver to disable testing the keyboardJohn Baldwin2004-12-152-1/+3
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-162-7/+7
* Remove atdevbase and replace it's remaining uses with direct references toJohn Baldwin2004-06-101-0/+1
* style(9): return foo -> return (foo)Dag-Erling Smørgrav2004-04-021-95/+95
* Clean up whitespace, fix continuation indents, wrap some long lines.Dag-Erling Smørgrav2004-04-021-27/+27
* Device megapatch 4/6:Poul-Henning Kamp2004-02-211-0/+2
* Device megapatch 1/6:Poul-Henning Kamp2004-02-211-2/+0
* While USB keyboards attach as ukbd[0-9]+, the device node created byDag-Erling Smørgrav2004-01-271-1/+2
* - Implement selwakeuppri() which allows raising the priority of aSeigo Tanimura2003-11-091-2/+2
* Assign keycodes for Power, Sleep and Wake keys.Max Khon2003-10-071-0/+9
* Fix dev_t handling to avoid needless makedev() call.Poul-Henning Kamp2003-09-272-12/+6
* Use __FBSDID().David E. O'Brien2003-08-243-3/+9
* Fix for FAIL_IF_NO_KBD case as expected.Hidetoshi Shimokawa2003-07-131-1/+3
* Add support for the A4 Tech RFSW-35 mouse wheel. Probe is similar toMike Heffner2003-07-121-0/+1
* - Use the new resource_disabled() helper function to see if devices areJohn Baldwin2003-07-021-2/+1
* AMD64 physical space is much larger than i386, de-i386 the bus_space andPeter Wemm2003-05-121-1/+3
* Update the hardcoded bus tags for early console support for amd64.Peter Wemm2003-05-011-1/+1
* Fix some easy, global, lint warnings. In most cases, this meansMark Murray2003-04-301-1/+1
* Deprecate machine/limits.h in favor of new sys/limits.h.Alexander Kabaev2003-04-291-2/+1
* Add a a sysctl, hw.kbd.keymap_restrict_change, which acts a bitDavid Malone2003-03-091-0/+144
* Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp2003-03-031-13/+8
* More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).Dag-Erling Smørgrav2003-03-021-3/+3
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-1/+1
* Spelling.Philippe Charnier2003-02-051-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-1/+1
* Include "opt_kbd.h" since certain structures size depend on the valuePoul-Henning Kamp2002-10-151-0/+2
* Replace various spelling with FALLTHROUGH which is lint()ablePhilippe Charnier2002-08-251-2/+2
* de-count atkbdc. I have more extensive patches to make properly dynamic,Peter Wemm2002-08-191-2/+1