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
Age
Commit message (
Expand
)
Author
2009-01-21
Replace timeout_add(msecs * hz / 1000) with timeout_add_msec(msecs).
Alexander Yurchenko
2008-06-26
First pass at removing clauses 3 and 4 from NetBSD licenses.
Ray Lai
2008-06-13
Make kbd -l work for adb. -moj
Mats O Jansson
2007-04-10
Add support for a fourth axis on wsmouse devices, e.g. on the Apple Might
Miod Vallat
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-03-10
Switch to RAWKEY_xxx constants.
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-09
Oops, put the default case outside the ADBVERBOSE block in adbprint().
Miod Vallat
2006-02-06
Attach a wskbd device for unknown adb mapped devices, just in case we lack
Miod Vallat
2006-02-03
Restore patch from rev 1.9 of macppc/dev/ams.c that got lost in code
Matthieu Herrb
2006-01-18
Factorize akbd and ams drivers between mac68k and macppc; while there, start
Miod Vallat