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
/
dev
/
hil
/
hilkbd.c
Age
Commit message (
Expand
)
Author
2009-01-21
Replace timeout_add(msecs * hz / 1000) with timeout_add_msec(msecs).
Alexander Yurchenko
2006-08-10
Handle the ``arrow repeat'' special scancode on button boxes; from the old
Miod Vallat
2005-05-13
Separate button boxens from keyboards in the HIL device list.
Miod Vallat
2005-05-07
PS/2 style and older style HIL keyboards have different layouts in their
Miod Vallat
2005-01-18
WSDISPLAY_COMPAT_RAWKBD support for hilkbd.
Miod Vallat
2003-02-26
Better support for the ps/2-style HIL keyboards (those with a real numeric
Miod Vallat
2003-02-26
New hil child devices attachment framework, that allow them to be detached
Miod Vallat
2003-02-18
Oops, remove debug code that was not supposed to be left here
Miod Vallat
2003-02-18
Real polled mode console support, enough to play hangman in ddb.
Miod Vallat
2003-02-18
Track enable state and behave appropriately.
Miod Vallat
2003-02-15
Rework the console management on hppa:
Miod Vallat
2003-02-15
- Better type usage in the various hil code: prefer u_int8_t to u_char, but
Miod Vallat
2003-02-12
Move values related to device identification data to hilreg.h, with better
Miod Vallat
2003-02-11
Machine independent HP-HIL loop support code.
Miod Vallat