Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pckbport synaptics: Increase default scale_z for mor...



details:   https://anonhg.NetBSD.org/src/rev/07b00465459d
branches:  trunk
changeset: 745924:07b00465459d
user:      nia <nia%NetBSD.org@localhost>
date:      Mon Mar 16 11:13:19 2020 +0000

description:
synaptics: Increase default scale_z for more precise scrolling

diffstat:

 sys/dev/pckbport/synaptics.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r b223ffc7a161 -r 07b00465459d sys/dev/pckbport/synaptics.c
--- a/sys/dev/pckbport/synaptics.c      Mon Mar 16 10:02:47 2020 +0000
+++ b/sys/dev/pckbport/synaptics.c      Mon Mar 16 11:13:19 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: synaptics.c,v 1.61 2020/03/15 22:44:32 nia Exp $       */
+/*     $NetBSD: synaptics.c,v 1.62 2020/03/16 11:13:19 nia Exp $       */
 
 /*
  * Copyright (c) 2005, Steve C. Woodford
@@ -48,7 +48,7 @@
 #include "opt_pms.h"
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: synaptics.c,v 1.61 2020/03/15 22:44:32 nia Exp $");
+__KERNEL_RCSID(0, "$NetBSD: synaptics.c,v 1.62 2020/03/16 11:13:19 nia Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -115,7 +115,7 @@
 static int synaptics_two_fingers_emul = 0;
 static int synaptics_scale_x = 16;
 static int synaptics_scale_y = 16;
-static int synaptics_scale_z = 32;
+static int synaptics_scale_z = 64;
 static int synaptics_max_speed_x = 32;
 static int synaptics_max_speed_y = 32;
 static int synaptics_max_speed_z = 1;



Home | Main Index | Thread Index | Old Index