Module Name: src
Committed By: plunky
Date: Mon Oct 11 15:15:57 UTC 2010
Modified Files:
src/share/man/man4: btmagic.4
Log Message:
manpage improvements
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/share/man/man4/btmagic.4
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man4/btmagic.4
diff -u src/share/man/man4/btmagic.4:1.1 src/share/man/man4/btmagic.4:1.2
--- src/share/man/man4/btmagic.4:1.1 Sat May 22 18:56:01 2010
+++ src/share/man/man4/btmagic.4 Mon Oct 11 15:15:57 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: btmagic.4,v 1.1 2010/05/22 18:56:01 plunky Exp $
+.\" $NetBSD: btmagic.4,v 1.2 2010/10/11 15:15:57 plunky Exp $
.\"
.\" Copyright (c) 2010 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -27,7 +27,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd May 22, 2010
+.Dd October 11, 2010
.Dt BTMAGIC 4
.Os
.Sh NAME
@@ -44,6 +44,10 @@
.Dq Magic Mouse
from
.Tn Apple, Inc .
+As remote devices cannot be discovered by autoconfig, configuring
+a mouse is normally carried out with the
+.Xr btdevctl 8
+program.
.Pp
The Magic Mouse uses the standard
.Tn USB
@@ -65,14 +69,10 @@
distance necessary to trigger scrolling and the additional downscale
factor applied to scroll movements.
.Pp
-The Magic Mouse should be configured with the
-.Xr btdevctl 8
-program and
.Nm
interfaces to the system as usual through the
-.Xr wscons 4
-driver.
-The following properties are used during autoconfiguration:
+.Xr wsmouse 4
+driver, and the following properties are used during autoconfiguration:
.Bl -tag -width ".It remote-bdaddr"
.It vendor-id
Must be 0x05ac.
@@ -96,6 +96,10 @@
driver has configured, it will attempt to open a connection to the mouse
and, if this fails or the connection is lost, will wait for the
mouse to initiate connections.
+The Magic Mouse requires connections to be authenticated, and
+should accept a PIN of
+.Sq 0000
+during the pairing process.
.Sh SEE ALSO
.Xr bluetooth 4 ,
.Xr bthub 4 ,