summaryrefslogtreecommitdiff
path: root/sys/dev/pckbc/pckbd.c
AgeCommit message (Expand)Author
2018-01-06pckbd: don't change translation mode if controller is in table 2Joshua Stein
2016-04-14Re-enable pckbd on resume (similar to what we do on boot). Fixes problemsMike Larkin
2015-05-04Print irq informations in pckbc_set_inputhandler().Martin Pieuchot
2015-03-16Revert 1.39. Resetting after specifically putting the keyboard in aJoshua Stein
2015-03-14Remove some includes include-what-you-use claims don'tJonathan Gray
2015-03-12On first cnpoll, reset the keyboard and pms hard. This is requiredTheo de Raadt
2014-07-24Speed up the boot sequence by deferring the scan of xt keyboard code set.Martin Pieuchot
2014-03-23my bad, last commit was not ok deraadt, revert it.Alexandre Ratchov
2014-03-13Don't use volume keys when in raw-mode (this doesn't work), and letAlexandre Ratchov
2014-01-26Attempt to make user changes of keyboard layout a bit more `sticky' on wsmuxMiod Vallat
2013-02-15backout latest: audio keys can autorepeat. Autorepeated keys are notAlexandre Ratchov
2013-01-06don't propagate XF86XK_Audio{Lower,Raise}Volume keys to userspace,Alexandre Ratchov
2012-08-10simplify pckbc_xt_translation()Alexandr Shadchin
2011-03-17Ansify non-ansified function definitions. No functional change.Alexandr Shadchin
2010-12-16small cleanup ioctl WSKBDIO_GETLEDSAlexandr Shadchin
2010-12-03removed slot argument of function pckbd_cnattachAlexandr Shadchin
2010-08-28In pckbd_scancode_translate(), correctly translate the break sequenceMiod Vallat
2010-07-22Don't do anything on suspend/resume for now (there is a diff brewing,Theo de Raadt
2010-07-21Disable the heuristics for legacy free systems if pckbc flags are set to 1Miod Vallat
2010-07-08For DVACT_SUSPEND and DVACT_RESUME we should always return success.Theo de Raadt
2009-11-23pckbd_activate() should return failure if it knows; ok piroftiTheo de Raadt
2009-11-23better style is DVACT_SUSPEND before DVACT_RESUMETheo de Raadt
2009-11-23Fix pckbd and acpihpet suspend/resume cases to fit with the future frameworkPaul Irofti
2009-10-13Get rid of devact enum, substitute it with an int and coresponding defines.Paul Irofti
2009-08-25Legacy-free PC hardware do not have a real PS/2 keyboard controller, butMiod Vallat
2009-08-13Forgot to add break to the switch cases. Silly.Paul Irofti
2009-08-13Add wake/suspend support for pckbd(4).Paul Irofti
2009-05-03Make sure pckbd_scancode_translate() returns a scancode with the break/releaseMiod Vallat
2008-11-21Move #include <dev/pckbc/wskbdmap_mfii.h> after includingRobert Nagy
2008-07-16If pckbc_xt_translation() fails, do not try to force the keyboard in tableMiod Vallat
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2007-12-31Keep running the scancode translation state machine even when the keyboardMiod Vallat
2007-10-17miod says noone needs isa/isavar.h anymore, and i believe himTheo de Raadt
2007-10-17use NULL to point to the response buffer, which avoids confusion; ok fgschTheo de Raadt
2007-10-17- Remove a shadow declaration.Federico G. Schwindt
2007-01-30default to have pckbd_set_xtscancode() instruct the 8042 to usejoshua stein
2005-12-29go via pckbc_enqeue_cmd() in pckbd_enable() if on; fixes PR 4615Martin Reindl
2005-02-22send enable cmd after a reset; form netbsdMichael Shalayeff
2003-10-22typos from Tom Cosgrove;Jason McIntyre
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2002-02-18Don't include isavar.h on sparc64Jason Wright
2001-02-02Remove dead code.Aaron Campbell
2000-11-13Machine-independent PC-like keyboard driver; from NetBSD. XXX - Not usedAaron Campbell