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/08/2005 18:48:34
Module Name:	src
Committed By:	mhitch
Date:		Sat Jan  8 18:48:34 UTC 2005

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

Log Message:
Fix MAXINE keyboard multi-key press bug.  Keyboard sends all currently
depressed keys in each message.  Any keys in current message that are
also present in previous message are ignored.  However, copying a byte
array into an integer array and comparing entry by entry doesn't have
the desired effect.  Change the definition of the save buffer to match
the current message buffer data.


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

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