summaryrefslogtreecommitdiff
path: root/sys/dev/pckbc
AgeCommit message (Expand)Author
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
2006-07-20latvian kbd map; from Martynas Venckus <lab@plius.net>Michael Shalayeff
2006-05-29Add support for the audio volume keys found on many laptops' builtinMiod Vallat
2005-12-29go via pckbc_enqeue_cmd() in pckbd_enable() if on; fixes PR 4615Martin Reindl
2005-05-09Add a note reminding people to regen gsc and usb maps after changing this file.Miod Vallat
2005-05-06never trust a user diff...Michael Shalayeff
2005-05-06french a canadian; form Arnaud Bergeron <abergeron@gmail.com>Michael Shalayeff
2005-05-04Remove duplicate 4/$ entries in non-US layouts where the key is the same.Miod Vallat
2005-03-08Cosmetics...Thierry Deval
2005-02-22sv map fix; from Jan Johansson <janj+openbsd@wenf.org>Michael Shalayeff
2005-02-22send enable cmd after a reset; form netbsdMichael Shalayeff
2004-07-26Minor glitches in the belgium keyboard layout; reported by Richard Ben Aleya.Miod Vallat
2004-07-09Do not compile non-us keyboard tables on alpha if SMALL_KERNEL, as anMiod Vallat
2004-03-16Slovenian keymap, contributed by Jernej Kovacic (jkovacic, email dot si).Miod Vallat
2003-10-22typos from Tom Cosgrove;Jason McIntyre
2003-09-25hungarian keymap; from thuglife@bsd.huMichael Shalayeff
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-02-17Allow the generic ps/2 mouse driver, pms, to attach to gsckbc as well.Miod Vallat
2003-01-04Add support for polish keyboard from Kamil Andrusz wizz at mniam dot net.Mats O Jansson
2003-01-04Add support for turkish keyboard from Berk Demir bdd at ieee dot org.Mats O Jansson
2002-06-29Add Brazilian keymap (iso275). Create by me and tested byMats O Jansson
2002-06-29Latinamerica keymap from Gerardo Santana Gomez Garrido <santana@openbsd.org.mx>.Mats O Jansson
2002-04-22even better lt kbd map (in the best .su tradition ); from vld@vic.ltMichael Shalayeff
2002-04-09better lt keymap (in the best .su tradition); from Vladis Adler <vld@vic.lt>Michael Shalayeff
2002-04-04lithuanian kbdmap, made from the script at http://open.bsd.ltMichael Shalayeff
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2002-02-18Don't include isavar.h on sparc64Jason Wright
2001-10-25darkblack@networking-center.org says it should be apostrophe instead of grave...Michael Shalayeff
2001-10-04add mode_switch for ru & uaMichael Shalayeff
2001-09-04.ua keyboard; from Igor Grabin <violent@death.kiev.ua>Michael Shalayeff
2001-06-13add portuguese kbd map; from pmsac <pmsac@netcabo.pt>Michael Shalayeff
2001-06-10sg fixes from Mathias Schmocker <smat@acm.org>Michael Shalayeff
2001-06-08swiss french keyboard; from Mathias Schmocker <smat@acm.org>Michael Shalayeff
2001-05-14add swiss german layout; from Kaspar Brand <kasparb@freesurf.ch>Michael Shalayeff
2001-05-02allow switching vts w/ right alt/ctrl/fn; from Mike Glamm <glam0006@umn.edu>Michael Shalayeff
2001-04-30koi8-r keyboard layout; from igor grabin <violent@death.kiev.ua>Michael Shalayeff
2001-04-14Remove defopt; aaron@ ok.Federico G. Schwindt
2001-03-09Add Belgian keymap for wscons; addresses PR/1592 from TDeval@PrimeOBJ.COM.Aaron Campbell
2001-03-01Add CTRL-ALT-DEL machine reset support, like PCVT had, enabled by theAaron Campbell