]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Rewrite Synaptics touchpads support with the following goals in mind:
authordumbbell <dumbbell@FreeBSD.org>
Tue, 14 Oct 2008 17:48:36 +0000 (17:48 +0000)
committerdumbbell <dumbbell@FreeBSD.org>
Tue, 14 Oct 2008 17:48:36 +0000 (17:48 +0000)
commite84c6ce51e6065481420e61a5c1bd521fa973c64
treee29efaf44f1a7eea9af10d75604479db401d4343
parent183bdc8e412a5455dbf90bf8e5fc7d62e9ad19d4
Rewrite Synaptics touchpads support with the following goals in mind:
    o  better quality of the movement smoothing
    o  more features such as tap-hold and virtual scrolling

Support must still be enabled with this line in your /boot/loader.conf:
    hw.psm.synaptics_support="1"

The following sysctls were removed:
    hw.psm.synaptics.low_speed_threshold
    hw.psm.synaptics.min_movement
    hw.psm.synaptics.squelch_level

An overview of this new driver and a short documentation about the added
sysctls is available on the wiki:
http://wiki.freebsd.org/SynapticsTouchpad
sys/dev/atkbdc/psm.c