summaryrefslogtreecommitdiff
path: root/sys/dev/usb/ukbdmap.c
AgeCommit message (Collapse)Author
2005-05-23ROTD (Regen Of The Day)Miod Vallat
2005-05-19At this rate I'm regenerating this file faster than I am losing my hair.Miod Vallat
2005-05-19RegenMiod Vallat
2005-05-12RegenMiod Vallat
2005-05-12RegenMiod Vallat
2005-05-09RegenMiod Vallat
2005-04-14.pt map from Manuel Pata <pata@alface.de>Michael Shalayeff
2004-07-26Belgium USB keyboard map; contributed by Richard Ben Aleya.Miod Vallat
2002-08-26map backspace to delete, not backspace key symbol which are defined the same ↵Michael Shalayeff
at the moment; drahn ok@
2002-07-29update copyright and Id tagsNathan Binkert
2002-07-25get rid of trailing whitespaceNathan Binkert
2002-05-07Meant to commit only ulpt and committed everything. Most things weren't readyNathan Binkert
2002-05-07Sync ulpt driver with NetBSDNathan Binkert
2002-05-05whitespace sync with netbsd.Nathan Binkert
2002-03-12swiss german and french keymaps; from pckbd by Mathias Schmocker ↵Michael Shalayeff
<smat@polaris.smat.ch>
2001-05-03Sync with NetBSD. Tested with a USB keyboard, USB mouse, and three differentAaron Campbell
kue(4) Ethernet devices.
2001-03-07Add some non US encodings. Add option UKBD_LAYOUT. -moj ok @aaronMats O Jansson
2001-03-01Add CTRL-ALT-DEL machine reset support, like PCVT had, enabled by theAaron Campbell
machdep.kbdreset sysctl as configured in /etc/sysctl.conf.
2001-02-11Allow up to 12 virtual terminals (CTRL-ALT-F1 through CTRL-ALT-F12). OnlyAaron Campbell
6 are enabled by default. After these changes, to enable more you must change the "option WSDISPLAY_DEFAULTSCREENS" in the kernel config file and edit /etc/ttys to switch the new ones from 'off' to 'on'.
2001-02-04Permit scrollback (SHIFT+PGUP/PGDN) to be activated from a USB keyboard.Aaron Campbell
2000-11-08Sync with NetBSD. Too many changes to mention. For now I have skippedAaron Campbell
umass.c and ukbd.c as the diffs are a bit hairier.
2000-09-06Add usb keyboard. from NetBSD.Dale S. Rahn