Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/dev/adb
Module Name: src
Committed By: macallan
Date: Tue Jun 10 10:02:56 UTC 2025
Modified Files:
src/sys/dev/adb: adb_ms.c
Log Message:
properly support ancient, non-programmable MicroSpeed trackballs
with this the left and right buttons behave as expected, the middle button does
some weird toggle thing that, as far as I can tell, can't be changed.
Unlike newer models this one doesn't respond to any register writes other than
what's required for ADB device discovery and setup, the handler ID can't be
changed, and register 1 and 2 return nothing.
should probably be adapted to mac68k's ams.c
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/sys/dev/adb/adb_ms.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index