summaryrefslogtreecommitdiff
path: root/sys/dev/adb/ams.c
AgeCommit message (Collapse)Author
2007-04-10Add support for a fourth axis on wsmouse devices, e.g. on the Apple MightMiod Vallat
Mouse. Currently limited to USB mice. Adapted from a diff from Gareth <garf@loveandnature.co.za> on tech@
2007-03-13Drop the second and third arguments to adb_op_sync, for they are not used;Miod Vallat
while there, remove explicit global variable initializations to zero, and appease the gods by removing the most ludicrous spurious casts. No functional change (except for code shrinkage).
2006-02-12Clean 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-02-03Restore patch from rev 1.9 of macppc/dev/ams.c that got lost in codeMatthieu Herrb
factorization: prevent ADB devices other than mices from generating "extended" protocol events. ok miod@
2006-01-18Factorize akbd and ams drivers between mac68k and macppc; while there, startMiod 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.