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
/
adb
/
akbd.c
Age
Commit message (
Expand
)
Author
2014-01-26
Attempt to make user changes of keyboard layout a bit more `sticky' on wsmux
Miod Vallat
2013-08-22
Remove a mac68k leftover, no object change.
Martin Pieuchot
2012-01-29
Swap the keycodes of the two swapped keys of Apple ISO keyboards and update
Martin Pieuchot
2011-11-09
Auto-repeat keys in WSKBD_RAW mode is not needed.
Alexandr Shadchin
2011-06-15
Add a const char* as first member of struct adb_attach_args, so that we can
Miod Vallat
2011-06-13
Not need define KEYBOARD_ARRAY (keyboard array used only in dev/adb/akbd.c
Alexandr Shadchin
2010-05-23
mac68k can move to defining __mac68k__ instead
Theo de Raadt
2009-01-21
Replace timeout_add(msecs * hz / 1000) with timeout_add_msec(msecs).
Alexander Yurchenko
2007-03-13
Drop the second and third arguments to adb_op_sync, for they are not used;
Miod Vallat
2006-03-23
Previous state machine for caps lock would prove ineffective if caps lock
Miod Vallat
2006-02-12
Remove unused columns from the keyboard[] array. No functional change.
Miod Vallat
2006-02-12
Clean up the adb_event structure, now that it is never exported to userland;
Miod Vallat
2006-02-06
Attach a wskbd device for unknown adb mapped devices, just in case we lack
Miod Vallat
2006-01-18
Factorize akbd and ams drivers between mac68k and macppc; while there, start
Miod Vallat