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