Subject: CVS commit: src
To: None <source-changes@NetBSD.org>
From: Julio M. Merino Vidal <jmmv@netbsd.org>
List: source-changes
Date: 02/05/2006 17:38:33
Module Name:	src
Committed By:	jmmv
Date:		Sun Feb  5 17:38:33 UTC 2006

Modified Files:
	src/doc: CHANGES
	src/sbin/wsconsctl: mouse.c util.c wsconsctl.h
	src/sys/dev/wscons: wsconsio.h wsmouse.c

Log Message:
Add support to automatically repeat mouse button events in wsmouse(4) and
change wsconsctl(4) so that this is configurable.

This is specially useful for mice that provide page up/down buttons instead
of a real wheel and that do not send events repeatedly from the hardware.
(E.g.: Logitech Marble Mouse.)

No objections in tech-kern@.


To generate a diff of this commit:
cvs rdiff -r1.576 -r1.577 src/doc/CHANGES
cvs rdiff -r1.4 -r1.5 src/sbin/wsconsctl/mouse.c
cvs rdiff -r1.23 -r1.24 src/sbin/wsconsctl/util.c
cvs rdiff -r1.8 -r1.9 src/sbin/wsconsctl/wsconsctl.h
cvs rdiff -r1.77 -r1.78 src/sys/dev/wscons/wsconsio.h
cvs rdiff -r1.38 -r1.39 src/sys/dev/wscons/wsmouse.c

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