hal: Branch 'master'

Danny Kukawka dkukawka at kemper.freedesktop.org
Mon Oct 20 06:31:16 PDT 2008


 doc/spec/hal-spec-properties.xml |   69 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 69 insertions(+)

New commits:
commit 774c29efb243f950f7fbac90916e71dd89f75b63
Author: Danny Kukawka <danny.kukawka at web.de>
Date:   Mon Oct 20 15:28:42 2008 +0200

    added obex namespace to spec
    
    Added obex namespace to spec (based on a initial patch of Alex Kanavin
    <ak at sensi.org>).

diff --git a/doc/spec/hal-spec-properties.xml b/doc/spec/hal-spec-properties.xml
index 2ede85e..48251b6 100644
--- a/doc/spec/hal-spec-properties.xml
+++ b/doc/spec/hal-spec-properties.xml
@@ -7705,6 +7705,75 @@ org.freedesktop.Hal.Device.Volume.method_signatures = {'ssas', 'as', 'as'}
         </tgroup>
       </informaltable>
     </sect2>
+
+    <sect2 id="device-properties-obex">
+      <title>
+        obex namespace
+      </title>
+      <para>
+        Device objects with the capability <literal>obex</literal>
+        represent devices that have implemented OBject EXchange protocol for communication.
+        Typically such devices are mobile phones and the protocol is used to transfer files,
+        synchronize data and manage mobile phone configuration. No namespace specific properties.
+      </para>
+      <informaltable>
+        <tgroup cols="2">
+          <thead>
+            <row>
+              <entry>Key (type)</entry>
+              <entry>Values</entry>
+              <entry>Mandatory</entry>
+              <entry>Description</entry>
+            </row>
+          </thead>
+          <tbody>
+            <row>
+              <entry>
+                <literal>obex.type</literal> (sting)
+              </entry>
+              <entry>example: pcsuite, syncml</entry>
+              <entry>No</entry>
+              <entry>
+              </entry>
+            </row>
+            <row>
+              <entry></entry>
+              <entry>pcsuite</entry>
+              <entry>No</entry>
+              <entry>
+		 Device is meant to be used with Nokia PC Suite application. Standardized OBEX file
+                 transfer is supported and possibly proprietary extensions.
+              </entry>
+            </row>
+            <row>
+              <entry></entry>
+              <entry>syncml</entry>
+              <entry>No</entry>
+              <entry>
+		Device supports SyncML over OBEX protocol.
+              </entry>
+            </row>
+            <row>
+              <entry></entry>
+              <entry>syncml-sync</entry>
+              <entry>No</entry>
+              <entry>
+		Device supports SyncML over OBEX protocol for data synchronization.
+              </entry>
+            </row>
+            <row>
+              <entry></entry>
+              <entry>syncml-dm</entry>
+              <entry>No</entry>
+              <entry>
+		Device supports SyncML over OBEX protocol for data management.
+              </entry>
+            </row>
+          </tbody>
+        </tgroup>
+      </informaltable>
+    </sect2>
+
   </sect1>
 
   <sect1 id="properties-misc">


More information about the hal-commit mailing list