Subject: CVS commit: src/sys/dev/wscons
To: None <source-changes@NetBSD.org>
From: Lennart Augustsson <augustss@netbsd.org>
List: source-changes
Date: 11/23/2005 09:38:02
Module Name:	src
Committed By:	augustss
Date:		Wed Nov 23 09:38:02 UTC 2005

Modified Files:
	src/sys/dev/wscons: wsconsio.h wsmouse.c wsmousevar.h

Log Message:
Some devices provide more than three (X, Y, and Z) "directions".  So add
a W "coordinate" that can be used for these.
This changes the type of wsmouse_input().  To avoid changing a lot of drivers
a compatibilty #define is provided.  Maybe changing all drivers would have
been better?


To generate a diff of this commit:
cvs rdiff -r1.75 -r1.76 src/sys/dev/wscons/wsconsio.h
cvs rdiff -r1.36 -r1.37 src/sys/dev/wscons/wsmouse.c
cvs rdiff -r1.5 -r1.6 src/sys/dev/wscons/wsmousevar.h

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