summaryrefslogtreecommitdiffstats
path: root/sys/dev/sun/sunkbdvar.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Auto-repeat keys in WSKBD_RAW mode is not needed.shadchin2011-11-091-6/+1
* Oops, sunkbd_decode() still needs to be public for *cngetc() to work;miod2009-01-121-1/+2
* Remap the audio mute key on type 5, as it collides with the keypad equalmiod2009-01-121-2/+2
* WSDISPLAY_COMPAT_RAWKBD support for sun serial keyboards (zskbd, comkbd).miod2009-01-111-1/+11
* Define a limit to the input which can be fed to sunkbd_input() at once,miod2009-01-111-1/+3
* Factor a bit more sunkbd common parts; paves the way for upcomingmiod2009-01-111-1/+3
* Enable or disable keyclick on attach, based upon the PROM keyboard-click?miod2005-11-111-1/+2
* Factorize most of the high-level logic for Sun serial keyboards inmiod2005-05-141-1/+24
* nuke clase 3 & 4jason2003-06-021-6/+1
* up MAXSUNLAYOUT... miod, you owe me a beerjason2003-05-171-2/+2
* Recognize the Voyager ``Compact-1'' keyboard layouts.miod2003-01-221-2/+4
* Upon detection of an international Sun keyboard with a recognized layout,miod2002-11-291-1/+4
* Convert sparc console code from rcons and pseudo-devices to rasops and wscons.miod2002-08-121-2/+6
* Add a new wskbd type for Sun type 5 keyboards (WSKBD_TYPE_SUN5).maja2002-05-291-1/+5
* Credit DARPA/USAF appropriately.jason2002-04-081-1/+6
* move the scancode -> wskbd event map into a seperate file... more stilljason2002-01-251-0/+36