--S1BNGpv0yoYahz37
Content-Type: text/plain; charset=koi8-r
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
Stanislav, *, good day.
Wed, Dec 03, 2008 at 11:08:44AM +0300, Stanislav Sedov wrote:
May be the attached patch for psm(4) will be good? I had seen some
people who also tried to use sysctl here, because
"hw.psm.synaptics_support" looks like sysctl node name and psm(4) was
not explicitely stating where it should be set.
--=20
Eygene
_ ___ _.--. #
\`.|\..----...-'` `-._.-'_.-'` # Remember that it is hard
/ ' ` , __.--' # to read the on-line manual =20
)/' _/ \ `-_, / # while single-stepping the kernel.
`-'" `"\_ ,_.-;_.-\_ ', fsc/as #
_.-'_./ {_.' ; / # -- FreeBSD Developers handbook=20
{_.-``-' {_/ #
--S1BNGpv0yoYahz37
Content-Type: text/x-diff; charset=koi8-r
Content-Disposition: attachment;
filename="rephrase-explanations-about-Synaptics-support.diff"
Content-Transfer-Encoding: quoted-printable
=46rom ee9bf63d30a518beced8ce449a89b40a7cbc730c Mon Sep 17 00:00:00 2001
=46rom: Eygene Ryabinkin <rea-fbsd@codelabs.ru>
Date: Thu, 4 Dec 2008 09:44:23 +0300
Subject: [PATCH] psm(4): rephrase explanations about Synaptics support
The previous explanation said 'at boot-time' and could be a bit unclear
to people who aren't very familiar with the kenv, loader.conf and the
company. Explicit words about /boot/loader.conf and the need for
rebooting are a bit better ;))
Signed-off-by: Eygene Ryabinkin <rea-fbsd@codelabs.ru>
---
share/man/man4/psm.4 | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/share/man/man4/psm.4 b/share/man/man4/psm.4
index 15ee8e4..7012971 100644
--- a/share/man/man4/psm.4
+++ b/share/man/man4/psm.4
@@ -353,10 +353,12 @@ Extended support for Synaptics touchpads can be enabl=
ed by setting
.Va hw.psm.synaptics_support
to
.Em 1
-at boot-time.
+in
+.Pa /boot/loader.conf .
This will enable
.Nm
to handle packets from guest devices (sticks) and extra buttons.
+Reboot is needed to activate the handling of Synaptics touchpads.
.Sh IOCTLS
There are a few
.Xr ioctl 2
@@ -840,6 +842,7 @@ Clicking any button without moving the mouse may also w=
ork.
.Xr mouse 4 ,
.Xr mse 4 ,
.Xr sysmouse 4 ,
+.Xr loader.conf 5 ,
.Xr moused 8 ,
.Xr syslogd 8
.Rs
--=20
1.6.0.4
--S1BNGpv0yoYahz37--