summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/psm.c
diff options
context:
space:
mode:
authornate <nate@FreeBSD.org>1996-11-15 17:30:29 +0000
committernate <nate@FreeBSD.org>1996-11-15 17:30:29 +0000
commit15e5b314d67600df08174bc50c166e1909013fd4 (patch)
treed127188026f4e5b8092d9e7938d34745d9658e1f /sys/i386/isa/psm.c
parentae9003a65660da13e2ba2fc4d43fe29200ebe7b7 (diff)
downloadFreeBSD-src-15e5b314d67600df08174bc50c166e1909013fd4.zip
FreeBSD-src-15e5b314d67600df08174bc50c166e1909013fd4.tar.gz
Disable mouse acceleration by default to be the same as the previous
driver.
Diffstat (limited to 'sys/i386/isa/psm.c')
-rw-r--r--sys/i386/isa/psm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/isa/psm.c b/sys/i386/isa/psm.c
index 03faf6c..4420ae7 100644
--- a/sys/i386/isa/psm.c
+++ b/sys/i386/isa/psm.c
@@ -19,7 +19,7 @@
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: psm.c,v 1.27 1996/11/15 05:41:34 nate Exp $
+ * $Id: psm.c,v 1.28 1996/11/15 06:17:36 nate Exp $
*/
/*
@@ -93,7 +93,7 @@
/* #define PSM_NOCHECKSYNC if defined, don't check the header data byte */
#ifndef PSM_ACCEL
-#define PSM_ACCEL 2 /* must be one or greater; acceleration will be
+#define PSM_ACCEL 0 /* must be one or greater; acceleration will be
* disabled if zero */
#endif
OpenPOWER on IntegriCloud