NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/45872 CVS commit: [netbsd-6] src/sbin/wsconsctl



The following reply was made to PR kern/45872; it has been noted by GNATS.

From: "Jeff Rizzo" <riz%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/45872 CVS commit: [netbsd-6] src/sbin/wsconsctl
Date: Mon, 11 Feb 2013 21:36:30 +0000

 Module Name:   src
 Committed By:  riz
 Date:          Mon Feb 11 21:36:30 UTC 2013
 
 Modified Files:
        src/sbin/wsconsctl [netbsd-6]: mouse.c util.c wsconsctl.h
 
 Log Message:
 Pull up following revision(s) (requested by khorben in ticket #814):
        sbin/wsconsctl/wsconsctl.h: revision 1.12
        sbin/wsconsctl/mouse.c: revision 1.9
        sbin/wsconsctl/mouse.c: revision 1.10
        sbin/wsconsctl/util.c: revision 1.31
 Added a field type for signed integers. This is required when handling
 touchscreen calibration values, which is about to be implemented in
 wsconsctl (see PR kern/45872).
 Reviewed by uwe@ (thank you!)
 Added a field type for signed integers. This is required when handling
 touchscreen calibration values, which is about to be implemented in
 wsconsctl (see PR kern/45872).
 Reviewed by uwe@ (thank you!)
 Added read-only support for touchscreen calibration (see PR kern/45872).
 Tested with the uts(4) driver, as well as with mice without calibration
 support.
 Reviewed by uwe@ (thank you!)
 Added complete support for touchscreen calibration (see PR kern/45872).
 Tested with the uts(4) driver, as well as with mice without calibration
 support.
 Reviewed by uwe@ (thank you!)
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.8 -r1.8.22.1 src/sbin/wsconsctl/mouse.c
 cvs rdiff -u -r1.30 -r1.30.2.1 src/sbin/wsconsctl/util.c
 cvs rdiff -u -r1.11 -r1.11.4.1 src/sbin/wsconsctl/wsconsctl.h
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index