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