Author: kevans Date: Mon Jan 15 21:53:33 2018 New Revision: 328027 URL: https://svnweb.freebsd.org/changeset/base/328027
Log: 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 MFC after: 3 days X-MFC-With: r314467 Modified: head/share/man/man4/wsp.4 Modified: head/share/man/man4/wsp.4 ============================================================================== --- head/share/man/man4/wsp.4 Mon Jan 15 21:23:16 2018 (r328026) +++ head/share/man/man4/wsp.4 Mon Jan 15 21:53:33 2018 (r328027) @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd February 7, 2014 +.Dd January 15, 2018 .Dt WSP 4 .Os .Sh NAME @@ -63,6 +63,9 @@ through nodes under .Nm hw.usb.wsp . Pointer sensitivity can be controlled using the sysctl tunable .Nm hw.usb.wsp.scale_factor . +Tap to left-click can be controlled using the sysctl tunable +.Nm hw.usb.wsp.enable_single_tap_clicks , +set to 0 to disable single tap clicks or 1 to enable them (default). .Sh FILES .Nm creates a blocking pseudo-device file, _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"