Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: bluetooth-guide.xml
Date: Wed, 16 May 2007 09:10:48
Message-Id: E1HoFWj-0004hc-6s@stork.gentoo.org
1 nightmorph 07/05/16 09:10:33
2
3 Modified: bluetooth-guide.xml
4 Log:
5 added stuff on the upcoming 3.x PIN stuff, bug 178100
6
7 Revision Changes Path
8 1.13 xml/htdocs/doc/en/bluetooth-guide.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/bluetooth-guide.xml?rev=1.13&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/bluetooth-guide.xml?rev=1.13&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/bluetooth-guide.xml?r1=1.12&r2=1.13
13
14 Index: bluetooth-guide.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/bluetooth-guide.xml,v
17 retrieving revision 1.12
18 retrieving revision 1.13
19 diff -u -r1.12 -r1.13
20 --- bluetooth-guide.xml 10 Apr 2007 06:48:59 -0000 1.12
21 +++ bluetooth-guide.xml 16 May 2007 09:10:33 -0000 1.13
22 @@ -1,7 +1,7 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24
25 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
26 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/bluetooth-guide.xml,v 1.12 2007/04/10 06:48:59 nightmorph Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/bluetooth-guide.xml,v 1.13 2007/05/16 09:10:33 nightmorph Exp $ -->
28
29 <guide link="/doc/en/bluetooth-guide.xml">
30 <title>Gentoo Linux Bluetooth Guide</title>
31 @@ -32,8 +32,8 @@
32 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
33 <license/>
34
35 -<version>1.8</version>
36 -<date>2007-04-09</date>
37 +<version>1.9</version>
38 +<date>2007-05-16</date>
39
40 <chapter id="introduction">
41 <title>Introduction</title>
42 @@ -266,7 +266,8 @@
43 # Pairing mode
44 pairing multi;
45
46 -<comment>(Change pin_helper to use /etc/bluetooth/pin-helper)</comment>
47 +<comment>(You only need a pin helper if you are using &lt;=bluez-libs-2.x and &lt;=bluez-utils-2.x)
48 +(Change pin_helper to use /etc/bluetooth/pin-helper)</comment>
49 # PIN helper
50 pin_helper /etc/bluetooth/pin-helper;
51 }
52 @@ -303,15 +304,8 @@
53 pairing this device with another one.
54 </p>
55
56 -<note>
57 -You can choose from different pin helpers, depending on what you want to use.
58 -Available pin helpers are: <c>/usr/lib/kdebluetooth/kbluepin</c>
59 -(net-wireless/kdebluetooth), <c>/usr/bin/bluepin</c> or
60 -<c>/etc/bluetooth/pin-helper</c> among others.
61 -</note>
62 -
63 <pre caption="Editing /etc/bluetooth/pin">
64 -<comment>(Change 123456 with your desired pin number.)</comment>
65 +<comment>(Replace 123456 with your desired pin number.)</comment>
66 123456
67 </pre>
68
69 @@ -322,6 +316,22 @@
70 devices.
71 </impo>
72
73 +<note>
74 +If you are using <c>&lt;=bluez-libs-2.x</c> and <c>&lt;=bluez-utils-2.x</c> you
75 +can choose from different pin helpers, depending on what you want to use.
76 +Available pin helpers are: <c>/usr/lib/kdebluetooth/kbluepin</c>
77 +(net-wireless/kdebluetooth), <c>/usr/bin/bluepin</c> or
78 +<c>/etc/bluetooth/pin-helper</c> among others.
79 +</note>
80 +
81 +<note>
82 +Beginning with <c>>=bluez-libs-3.x</c> and <c>>=bluez-utils-3.x</c>, pin helpers
83 +have been replaced by passkey agents. There are a few different graphical
84 +passkey agents available to help manage your PIN, such as <c>bluez-gnome</c> and
85 +<c>kdebluetooth</c>. You can also use <c>passkey-agent</c> (found in
86 +<c>bluez-utils</c>) from the command line.
87 +</note>
88 +
89 </body>
90 </section>
91 <section>
92
93
94
95 --
96 gentoo-doc-cvs@g.o mailing list