Adjust Elantech palm width threshold to nearly match synaptics defaults

Reviewed by:	gonzo
Approved by:	gonzo (mentor)
MFC after:	2 weeks
Differential Revision:	https://reviews.freebsd.org/D10266
This commit is contained in:
wulf 2017-05-04 22:53:45 +00:00
parent acbb5a4e20
commit 00d2065910

View File

@ -6218,6 +6218,9 @@ elantech_init_synaptics(struct psm_softc *sc)
/* Disable finger detection pressure threshold */
sc->syninfo.min_pressure = 1;
/* Adjust palm width to nearly match synaptics w=10 */
sc->syninfo.max_width = 7;
/* Elans often report double & triple taps as single event */
sc->syninfo.tap_min_queue = 1;