]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
psm(4): Enable touchpads and trackpads by default
authorNiclas Zeising <zeising@FreeBSD.org>
Mon, 10 Jun 2019 18:19:49 +0000 (18:19 +0000)
committerNiclas Zeising <zeising@FreeBSD.org>
Mon, 10 Jun 2019 18:19:49 +0000 (18:19 +0000)
commit2dd9a967d299a1c0c1363e82a1e3f0c19b4b9846
treed38cbd8463c96a912d3a8377b6eec8c7ebd6385f
parentcd02c6b10dba3e685aede04b6e01c079e41ad106
psm(4): Enable touchpads and trackpads by default

Enable synaptics and elantech touchpads, as well as IBM/Lenovo TrackPoints
by default, instead of having users find and toggle a loader tunable.
This makes things like two finger scroll and other modern features work out
of the box with X.  By enabling these settings by default, we get a better
desktop experience in X, since xserver and evdev can make use of the more
advanced synaptics and elantech features.

Reviewed by: imp, wulf, 0mp
Approved by: imp
Sponsored by: B3 Init (zeising)
Differential Revision: https://reviews.freebsd.org/D20507
sys/dev/atkbdc/psm.c