hal/doc/spec hal-spec.xml.in,1.47,1.48

Richard Hughes hughsient at freedesktop.org
Sat Sep 3 08:58:35 PDT 2005


Update of /cvs/hal/hal/doc/spec
In directory gabe:/tmp/cvs-serv27061

Modified Files:
	hal-spec.xml.in 
Log Message:
Document laptop_panel.num_levels and  laptop_panel.acpi_method.

Index: hal-spec.xml.in
===================================================================
RCS file: /cvs/hal/hal/doc/spec/hal-spec.xml.in,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- hal-spec.xml.in	30 Aug 2005 13:41:35 -0000	1.47
+++ hal-spec.xml.in	3 Sep 2005 15:58:33 -0000	1.48
@@ -3839,6 +3839,45 @@
         </tgroup>
       </informaltable>
     </sect2>
+    <sect2 id="device-properties-laptop-panel">
+      <title><literal>laptop_panel</literal> namespace</title>
+      <para>
+
+        Device objects with the capability <literal>laptop_panel</literal>
+        represent devices capable of changing the brightness of the display.
+
+      </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>laptop_panel.num_levels</literal> (int)</entry>
+              <entry></entry>
+              <entry>Yes</entry>
+              <entry>
+                The brightness levels supported by the adaptor.
+              </entry>
+            </row>
+            <row>
+              <entry><literal>laptop_panel.acpi_method</literal> (string)</entry>
+              <entry></entry>
+              <entry>Yes</entry>
+              <entry>
+                The acpi method to use in scripts, e.g. toshiba, ibm, sony etc.
+              </entry>
+            </row>
+          </tbody>
+        </tgroup>
+      </informaltable>
+    </sect2>
 
     <sect2 id="device-properties-ac_adaptor">
       <title><literal>ac_adaptor</literal> namespace</title>




More information about the hal-commit mailing list