summaryrefslogtreecommitdiffstats
path: root/sys/dev/adb/keyboard.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Not need define KEYBOARD_ARRAY (keyboard array used only in dev/adb/akbd.cshadchin2011-06-131-145/+1
| | | | | | | if defined WSDISPLAY_COMPAT_RAWKBD). Move keyboard array from dev/adb/keyboard.h to dev/adb/akbdmap.h. ok miod@
* Switch to RAWKEY_xxx constants.miod2006-03-101-135/+132
|
* Remove unused columns from the keyboard[] array. No functional change.miod2006-02-121-134/+133
|
* Clean up the adb_event structure, now that it is never exported to userland;miod2006-02-121-28/+2
| | | | also fix handling of caps lock and power keys in akbd; with help from claudio@
* Factorize akbd and ams drivers between mac68k and macppc; while there, startmiod2006-01-181-0/+217
moving out common adb code as well, and merge adb_direct.c into adb.c to simplify external header files. No functional change; more cleanups to come.