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
2013-03-09
Drop 3rd and 4th clauses from Bradley A. Grantham's license, from NetBSD
Martin Pieuchot
2012-06-23
Put back the non-controversial changes from r1.5 that I reverted on
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-10-23
Revert key modifier change in raw mode, it's not clear which modifier we
Martin Pieuchot
2011-10-09
Fix the backspace key under X11 and make the 'option' key behaves like in
Martin Pieuchot
2011-06-16
Uses generic confargs to attach the apm(4) and piic(4) drivers instead of
Martin Pieuchot
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
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