Reduce synaptics touch sensitivity
Increase hw.psm.synaptics.min_pressure default value from 16 to 32 to nearly match Linux driver (30-35 hysteresis loop). This makes libinput tap detection more reliable. Reviewed by: gonzo Approved by: gonzo (mentor) MFC after: 2 weeks
This commit is contained in:
parent
befdf2087f
commit
347a1364ab
@ -5093,7 +5093,7 @@ synaptics_sysctl_create_tree(struct psm_softc *sc, const char *name,
|
||||
"Enable two finger scrolling");
|
||||
|
||||
/* hw.psm.synaptics.min_pressure. */
|
||||
sc->syninfo.min_pressure = 16;
|
||||
sc->syninfo.min_pressure = 32;
|
||||
SYSCTL_ADD_PROC(&sc->syninfo.sysctl_ctx,
|
||||
SYSCTL_CHILDREN(sc->syninfo.sysctl_tree), OID_AUTO,
|
||||
"min_pressure", CTLTYPE_INT|CTLFLAG_RW|CTLFLAG_ANYBODY,
|
||||
|
Loading…
x
Reference in New Issue
Block a user