hal: Branch 'master'

Danny Kukawka dkukawka at kemper.freedesktop.org
Tue Feb 26 06:00:59 PST 2008


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

New commits:
commit 329353d9be80bb264f949b823ab8cfc63b5d2ec6
Author: Danny Kukawka <danny.kukawka at web.de>
Date:   Tue Feb 26 15:00:30 2008 +0100

    added already existing PDA namespace to the SPEC
    
    Added the already existing PDA namespace to the SPEC.

diff --git a/doc/spec/hal-spec-properties.xml b/doc/spec/hal-spec-properties.xml
index f3e5752..34e700d 100644
--- a/doc/spec/hal-spec-properties.xml
+++ b/doc/spec/hal-spec-properties.xml
@@ -6676,6 +6676,59 @@ org.freedesktop.Hal.Device.Volume.method_signatures = {'ssas', 'as', 'as'}
         </tgroup>
       </informaltable>
     </sect2>
+    <sect2 id="device-properties-pda">
+      <title>
+        PDA namespace
+      </title>
+      <para>
+        Device objects with the capability <literal>pda</literal>
+        represent Personal Digital Assistant (PDA) devices.
+      </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>pda.platform</literal> (string)
+              </entry>
+              <entry>e.g. palm or pocketpc</entry>
+              <entry>Yes</entry>
+              <entry>The type of the PDA platform</entry>
+            </row>
+            <row>
+              <entry>
+                <literal>pda.palm.hotsync_interface</literal> (string)
+              </entry>
+              <entry></entry>
+              <entry>Yes</entry>
+              <entry>
+		Path to the Palm hotsync interface e.g. a linux device file (e.g. USB) or a 
+		serial device.
+	      </entry>
+            </row>
+            <row>
+              <entry>
+                <literal>pda.pocketpc.hotsync_interface</literal> (string)
+              </entry>
+              <entry></entry>
+              <entry>Yes</entry>
+              <entry>
+		Path to the Pocket PC (e.g. HP iPAQ) hotsync interface e.g. a linux device file 
+		(e.g. USB) or a serial device.
+	      </entry>
+            </row>
+          </tbody>
+        </tgroup>
+      </informaltable>
+    </sect2>
     <sect2 id="device-properties-power-management">
       <title>
         power_management namespace


More information about the hal-commit mailing list