index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
sparc64
/
dev
/
z8530kbd.c
Age
Commit message (
Expand
)
Author
2007-05-25
"interupt" -> "interrupt" in various comments. Mostly from Diego Casati.
Kenneth R Westerback
2005-11-11
Enable or disable keyclick on attach, based upon the PROM keyboard-click?
Miod Vallat
2005-05-14
Factorize most of the high-level logic for Sun serial keyboards in
Miod Vallat
2005-03-06
Shorten dmesg if no keyboard is plugged.
Miod Vallat
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2003-03-09
When a sparc machine is running with serial console, the zskbd probe would
Miod Vallat
2002-11-29
Upon detection of an international Sun keyboard with a recognized layout,
Miod Vallat
2002-05-29
Add a new wskbd type for Sun type 5 keyboards (WSKBD_TYPE_SUN5).
Mats O Jansson
2002-03-21
pretty dmesg
Jason Wright
2002-03-14
First round of __P removal in sys
Todd C. Miller
2002-03-05
Insert missing newline for autoconf prettiness.
Jason Wright
2002-02-12
Much to my annoyance, teach zskbd how to bark.
Jason Wright
2002-01-31
Fallout from moving SET/CLR/etc
Jason Wright
2002-01-25
move the scancode -> wskbd event map into a seperate file... more still
Jason Wright
2002-01-16
More removal of tty stuff
Jason Wright
2002-01-16
Enable the traditional Stop-A handling
Jason Wright
2002-01-16
Send input to wskbd_input() instead of line discipline and make sure RIE is set.
Jason Wright
2002-01-16
Initialize the rest of the wskbd_mapdata structure.
Jason Wright
2002-01-15
Frontend driver for keyboards attached to zs's (instead of zstty's).
Jason Wright