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/10/2005 04:40:05
Module Name:	src
Committed By:	mhitch
Date:		Mon Jan 10 04:40:05 UTC 2005

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

Log Message:
Maxine mouse buttons were being mapped incorrectly (old dtop.c code mapped
them to serial mouse buttons, which were then mapped into events to pass
to the X server).
Also fix bug in mouse motion - putting 2 unsigned bytes into an integer
resulted in a 16-bit unsigned value, so negative mouse motion didn't work.


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

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