hal/doc/spec hal-spec.xml.in,1.57,1.58
Richard Hughes
hughsient at freedesktop.org
Fri Dec 2 09:06:55 PST 2005
Update of /cvs/hal/hal/doc/spec
In directory gabe:/tmp/cvs-serv28338/doc/spec
Modified Files:
hal-spec.xml.in
Log Message:
Add the new keys power_management.can_suspend and power_management.can_hibernate
Index: hal-spec.xml.in
===================================================================
RCS file: /cvs/hal/hal/doc/spec/hal-spec.xml.in,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -d -r1.57 -r1.58
--- hal-spec.xml.in 9 Nov 2005 20:45:44 -0000 1.57
+++ hal-spec.xml.in 2 Dec 2005 17:06:53 -0000 1.58
@@ -4904,6 +4904,63 @@
</informaltable>
</sect2>
+ <sect2 id="device-properties-power-management">
+ <title><literal>power_management</literal> namespace</title>
+ <para>
+
+ Keys with the prefix <literal>power_management</literal>
+ provide information about power management supported by
+ your computer.
+
+ </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>power_management.type</literal> (string)</entry>
+ <entry>Examples:
+ <literal>apm</literal>,
+ <literal>acpi</literal>,
+ <literal>pmu</literal>
+ </entry>
+ <entry>Yes</entry>
+ <entry>
+ The power management subsystem used on the computer.
+ </entry>
+ </row>
+ <row>
+ <entry><literal>power_management.can_suspend_to_ram</literal> (bool)</entry>
+ <entry></entry>
+ <entry>Yes</entry>
+ <entry>
+ If suspend support is compiled into the kernel.
+ NB. This may not mean the machine is able to suspend
+ successfully.
+ </entry>
+ </row>
+ <row>
+ <entry><literal>power_management.can_suspend_to_disk</literal> (bool)</entry>
+ <entry></entry>
+ <entry>Yes</entry>
+ <entry>
+ If hibernation support is compiled into the kernel.
+ NB. This may not mean the machine is able to hibernate
+ successfully.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </sect2>
+
<sect2 id="device-properties-tape">
<title><literal>tape</literal> namespace</title>
<para>
More information about the hal-commit
mailing list