freebsd-dev/sys/dev/atkbdc
Vladimir Kondratyev 3b11e3b6e1 psm(4): Add natural scrolling support to sysmouse protocol
This change enables natural scrolling with two finger scroll enabled
and when user is using a trackpad (mouse and trackpoint are not affected).
Depending on trackpad model it can be activated with setting of
hw.psm.synaptics.natural_scroll or hw.psm.elantech.natural_scroll sysctl
values to 1.

Evdev protocol is not affected by this change too. Tune userland client
e.g. libinput to enable natural scrolling in that case.

Submitted by:	nyan_myuji.xyz
Reviewed by:	wulf
MFC after:	2 weeks
Differential Revision:	https://reviews.freebsd.org/D20447
2019-06-03 10:04:34 +00:00
..
atkbd_atkbdc.c
atkbd.c evdev: Use console lock as evdev lock for all supported keyboard drivers. 2018-10-27 20:22:41 +00:00
atkbdc_ebus.c
atkbdc_isa.c
atkbdc_subr.c
atkbdc_subr.h
atkbdc.c psm(4): Add minimal support for active AUX port multiplexers 2018-11-24 21:23:12 +00:00
atkbdcreg.h psm(4): Add minimal support for active AUX port multiplexers 2018-11-24 21:23:12 +00:00
atkbdreg.h
psm.c psm(4): Add natural scrolling support to sysmouse protocol 2019-06-03 10:04:34 +00:00
psm.h