Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-06-13 | Not need define KEYBOARD_ARRAY (keyboard array used only in dev/adb/akbd.c | Alexandr Shadchin | |
if defined WSDISPLAY_COMPAT_RAWKBD). Move keyboard array from dev/adb/keyboard.h to dev/adb/akbdmap.h. ok miod@ | |||
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 | |
also fix handling of caps lock and power keys in akbd; with help from claudio@ | |||
2006-01-18 | Factorize akbd and ams drivers between mac68k and macppc; while there, start | Miod Vallat | |
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. |