Age | Commit message (Expand) | Author |
2010-12-16 | small cleanup ioctl WSKBDIO_GETLEDS | Alexandr Shadchin |
2010-12-03 | removed slot argument of function pckbd_cnattach | Alexandr Shadchin |
2010-11-15 | Aesthetic improvements to make it appear more normal and knf'y. | Kenneth R Westerback |
2010-11-15 | More cleanup. Add DEVNAME() macro and generic functions for various | Kenneth R Westerback |
2010-11-05 | Minor code cleanups. No functional change. From Alexandr Shadchin. | Kenneth R Westerback |
2010-10-19 | Unify some error messages to simplify reset code. No functional | Kenneth R Westerback |
2010-10-17 | Ansify non-ansified function definitions. No functional change. | Kenneth R Westerback |
2010-10-16 | Remove some duplicated code. No need to flush/reset at attach and then | Kenneth R Westerback |
2010-10-07 | Fix some pms(4) vs wsmoused issues. From Alexandr Shadchin via | Kenneth R Westerback |
2010-10-02 | Fix Ian@'s pms keyboard/mouse while keeping my eeePC working. | Kenneth R Westerback |
2010-09-29 | The attach function can return 1 now because there is no more priority | Theo de Raadt |
2010-09-27 | Make sure the SEND_DEV_ID command is sent synchronously, so the response buffer | Miod Vallat |
2010-09-26 | Merge pmsi(4) into pms(4). From Alexandr Shadchin on tech@. | Miod Vallat |
2010-08-28 | Provide a way to get < and > symbols on 101-key slovenian layouts; from | Miod Vallat |
2010-08-28 | In pckbd_scancode_translate(), correctly translate the break sequence | Miod Vallat |
2010-07-30 | Don't reset pms/pmsi devices when attempting to set the mode. Makes nicm@'s, | Kenneth R Westerback |
2010-07-25 | In pmsi_setintellimode(), make sure we send commands with | Miod Vallat |
2010-07-24 | add suspend/resume code, modelled along pms. on at least one ASUS laptop | Theo de Raadt |
2010-07-22 | Don't do anything on suspend/resume for now (there is a diff brewing, | Theo de Raadt |
2010-07-22 | Toggle the mouse through the disabled and enabled states when suspending | 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-12-07 | Support uk.swapctrlcaps as a valid keymap. | Owain Ainsworth |
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-08-09 | Add the fr-dvorak-be'po layout as fr.dvorak for ps/2 and usb keyboards. | Miod Vallat |
2008-07-30 | repair comment | Theo de Raadt |
2008-07-16 | If pckbc_xt_translation() fails, do not try to force the keyboard in table | Miod Vallat |
2008-07-16 | It is no longer necessary to regen gsckbdmap after changing this file. | Miod Vallat |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2008-03-21 | Add option WSKBD_NO_INTL_LAYOUTS to prevent inclusion of international | Miod Vallat |
2007-12-31 | Keep running the scancode translation state machine even when the keyboard | Miod Vallat |
2007-10-18 | Define a new attribute, pckbcslot, which pckbc and gsckbc provide, and to | 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-08-01 | Correct a 10-year old typo inherited from NetBSD by renaming psm.c, | Mark Kettenis |
2007-05-31 | switch wskbd hotkeys over to workq. this eliminates quite a bit of code, | Ted Unangst |
2007-04-10 | Add support for a fourth axis on wsmouse devices, e.g. on the Apple Might | Miod Vallat |
2007-01-30 | default to have pckbd_set_xtscancode() instruct the 8042 to use | joshua stein |
2006-12-05 | Add Dutch map; from Maurice Janssen; ok miod@ | Otto Moerbeek |
2006-08-14 | Add an attribute to the keyboard devices which can produce the keys the | Miod Vallat |
2006-07-20 | a couple fixes in the lv map; from Martynas Venckus | Michael Shalayeff |