]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r314467,r328027: Add hw.usb.wsp.enable_single_tap_clicks sysctl
authorkevans <kevans@FreeBSD.org>
Sat, 27 Jan 2018 06:10:20 +0000 (06:10 +0000)
committerkevans <kevans@FreeBSD.org>
Sat, 27 Jan 2018 06:10:20 +0000 (06:10 +0000)
commitf7368863b17d8442ad7fac02bd04bdc616557cc1
tree3a4b21667773eec7ae707416dabf163751ed22c2
parentfc026301cca678c5be8cadfcb3ee2bb397895ea4
MFC r314467,r328027: Add hw.usb.wsp.enable_single_tap_clicks sysctl

MFC r314467 (imp): Make wsp process a single touchpad tap and interpret it
as a left-click event.  It can be disabled by setting the new
hw.usb.wsp.enable_single_tap_clicks sysctl to 0.

MFC r328027: wsp(4): Update to reflect new sysctl from r314467

r314467 introduced hw.usb.wsp.enable_single_tap_clicks to enable/disable
single-tap left click behavior. Update the man page to reflect the new
sysctl.

PR: 196624
share/man/man4/wsp.4
sys/dev/usb/input/wsp.c