hal/doc/spec hal-spec.html,1.74,1.75 hal-spec.xml.in,1.63,1.64
Richard Hughes
hughsient at freedesktop.org
Sun Jan 29 09:07:56 PST 2006
Update of /cvs/hal/hal/doc/spec
In directory gabe:/tmp/cvs-serv13945/doc/spec
Modified Files:
hal-spec.html hal-spec.xml.in
Log Message:
2006-01-29 Richard Hughes <richard at hughsie.com>
* doc/spec/hal-spec.xml.in, hald/linux2/acpi.c (laptop_panel_refresh), hald/linux/pmu.c (laptop_panel_refresh), tools/hal-system-lcd-get-brightness, tools/hal-system-lcd-set-brightness:
Rename acpi_method to access_method and HAL_PROP_LAPTOP_PANEL_ACPI_METHOD->HAL_PROP_LAPTOP_PANEL_ACCESS_METHOD for the laptop_panel device.
This is required as the access method can now be "pmu" which is nothing to do with acpi. I'm not aware of this being used anywhere outside of HAL, so we should be okay changing the key name.
Index: hal-spec.html
===================================================================
RCS file: /cvs/hal/hal/doc/spec/hal-spec.html,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -d -r1.74 -r1.75
--- hal-spec.html 21 Jan 2006 19:08:27 -0000 1.74
+++ hal-spec.html 29 Jan 2006 17:07:54 -0000 1.75
@@ -8444,14 +8444,14 @@
><TD
><TT
CLASS="literal"
->laptop_panel.acpi_method</TT
+>laptop_panel.access_method</TT
> (string)</TD
><TD
> </TD
><TD
>Yes</TD
><TD
-> The acpi method to use in scripts, e.g. toshiba, ibm, sony etc.
+> The access method to use in scripts, e.g. pmu, toshiba, ibm, sony.
</TD
></TR
></TBODY
Index: hal-spec.xml.in
===================================================================
RCS file: /cvs/hal/hal/doc/spec/hal-spec.xml.in,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -d -r1.63 -r1.64
--- hal-spec.xml.in 21 Jan 2006 03:26:30 -0000 1.63
+++ hal-spec.xml.in 29 Jan 2006 17:07:54 -0000 1.64
@@ -4136,11 +4136,11 @@
</entry>
</row>
<row>
- <entry><literal>laptop_panel.acpi_method</literal> (string)</entry>
+ <entry><literal>laptop_panel.access_method</literal> (string)</entry>
<entry></entry>
<entry>Yes</entry>
<entry>
- The acpi method to use in scripts, e.g. toshiba, ibm, sony etc.
+ The access method to use in scripts, e.g. pmu, toshiba, ibm, sony.
</entry>
</row>
</tbody>
More information about the hal-commit
mailing list