Re: git: kernel - Add trackpoint and elantech mouse support

Max Herrgard <[email protected]> Tue, 1 Nov 2016 14:22:12 +0100
Newsgroups gmane.os.dragonfly-bsd.kernel
Message-ID <[email protected]>
On 31 Oct 2016, at 18:52, Matthew Dillon <[email protected]> wrote:
> 
> commit 0b50ccb6e2154d3aba754331d61c8cae109928bd
> Author: Matthew Dillon <[email protected]>
> Date:   Mon Oct 31 10:51:15 2016 -0700
> 
>    kernel - Add trackpoint and elantech mouse support
> 
>    * Add trackpoint and elantech mouse support, generally
>      synchronizing psm code with FreeBSD.
> 
>    Submitted-by: htse (Harald Brinkhof)
>    Taken-from: FreeBSD
> 

Yey! This also adds support for my Synaptics touchpad and I even have two finger scrolling in chrome now! Big thanks!

Put hw.psm.synaptics_support="1" in loader.conf, and moused_enable=“YES” in rc.conf. I must use moused and /dev/sysmouse with this update. /dev/psm0 directly to xorg doesn’t work anymore.

Cheers,
Max