Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jan 2018 21:53:33 +0000 (UTC)
From:      Kyle Evans <kevans@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r328027 - head/share/man/man4
Message-ID:  <201801152153.w0FLrXaY083254@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801152153.w0FLrXaY083254>