summaryrefslogtreecommitdiff
path: root/sys/dev/adb
AgeCommit message (Expand)Author
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-03-10Switch to RAWKEY_xxx constants.Miod 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-09Oops, put the default case outside the ADBVERBOSE block in adbprint().Miod Vallat
2006-02-06Attach a wskbd device for unknown adb mapped devices, just in case we lackMiod Vallat
2006-02-03Restore patch from rev 1.9 of macppc/dev/ams.c that got lost in codeMatthieu Herrb
2006-01-18Factorize akbd and ams drivers between mac68k and macppc; while there, startMiod Vallat