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:
parent
acbb5a4e20
commit
00d2065910
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user