summaryrefslogtreecommitdiff
path: root/sys/dev/adb/ams.c
AgeCommit message (Expand)Author
2024-05-13remove prototypes with no matching functionJonathan Gray
2022-04-06constify struct cfattachChristian Weisgerber
2016-06-05Use the new input functions of wsmouse in mouse and touchscreen drivers.Ulf Brosziewski
2011-06-15Add a const char* as first member of struct adb_attach_args, so that we canMiod Vallat
2007-04-10Add support for a fourth axis on wsmouse devices, e.g. on the Apple MightMiod Vallat
2007-03-13Drop the second and third arguments to adb_op_sync, for they are not used;Miod Vallat
2006-02-12Clean up the adb_event structure, now that it is never exported to userland;Miod 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