svn commit: r307580 - stable/11/share/man/man4

Oleksandr Tymoshenko gonzo at FreeBSD.org
Tue Oct 18 22:26:39 UTC 2016


Author: gonzo
Date: Tue Oct 18 22:26:38 2016
New Revision: 307580
URL: https://svnweb.freebsd.org/changeset/base/307580

Log:
  MFC r306357:
  
  Document hw.psm.elantech_support in psm(4)
  
  PR:		205690
  Submitted by:	Vladimir Kondratyev <wulf at cicgroup.ru>
  MFC after:	1 week

Modified:
  stable/11/share/man/man4/psm.4
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/share/man/man4/psm.4
==============================================================================
--- stable/11/share/man/man4/psm.4	Tue Oct 18 22:24:03 2016	(r307579)
+++ stable/11/share/man/man4/psm.4	Tue Oct 18 22:26:38 2016	(r307580)
@@ -26,7 +26,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd March 18, 2013
+.Dd September 26, 2016
 .Dt PSM 4
 .Os
 .Sh NAME
@@ -340,10 +340,12 @@ at boot-time.
 This will enable
 .Nm
 to handle packets from guest devices (sticks) and extra buttons.
-Similarly, extended support for IBM/Lenovo TrackPoint can be enabled
-by setting
+Similarly, extended support for IBM/Lenovo TrackPoint and Elantech touchpads
+can be enabled by setting
 .Va hw.psm.trackpoint_support
-to
+or
+.Va hw.psm.elantech_support,
+respectively, to
 .Em 1
 at boot-time.
 .Pp


More information about the svn-src-all mailing list