Subject: CVS commit: src/sys/arch/pmax/tc
To: None <source-changes@NetBSD.org>
From: Michael L. Hitch <mhitch@netbsd.org>
List: source-changes
Date: 01/15/2005 05:24:30
Module Name:	src
Committed By:	mhitch
Date:		Sat Jan 15 05:24:30 UTC 2005

Modified Files:
	src/sys/arch/pmax/tc: dt.c

Log Message:
Detection of mouse packet did not work with my mouse.  It only sends 6 bytes
instead of the 8 defined by struct dt_locator_msg.  Change the dectection
so we swap the mouse/keyboard addresses only if the packets don't match
what's expected (rather than on every packet).  My mouse now works, and
if a different mouse sends an 8 byte packet, it should also work.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/sys/arch/pmax/tc/dt.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.