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