hal/doc/spec hal-spec-properties.xml,1.4,1.5
Richard Hughes
hughsient at kemper.freedesktop.org
Sun May 14 12:13:37 PDT 2006
Update of /cvs/hal/hal/doc/spec
In directory kemper:/tmp/cvs-serv23502/doc/spec
Modified Files:
hal-spec-properties.xml
Log Message:
2006-05-14 Richard Hughes <richard at hughsie.com>
* doc/spec/hal-spec-properties.xml:
* fdi/policy/10osvendor/10-laptop-panel-mgmt-policy.fdi:
On some laptops, the brightness control is all done in hardware
but the hardware also synthesizes keypresses when the brightness is
changed.
If laptop_panel.brightness_in_hardware is set true, then any
power manager software should not attempt to set any new values on
brightness keypress, as it may cause the panel to flash uncontrollably.
This patch sets the aforementioned key for the IBM ThinkPad X31.
Index: hal-spec-properties.xml
===================================================================
RCS file: /cvs/hal/hal/doc/spec/hal-spec-properties.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- hal-spec-properties.xml 9 May 2006 20:28:00 -0000 1.4
+++ hal-spec-properties.xml 14 May 2006 19:13:35 -0000 1.5
@@ -4063,6 +4063,21 @@
The access method to use in scripts, e.g. pmu, toshiba, ibm, sony.
</entry>
</row>
+ <row>
+ <entry>
+ <literal>laptop_panel.brightness_in_hardware</literal> (bool)
+ </entry>
+ <entry></entry>
+ <entry>No</entry>
+ <entry>
+ On some laptops, the brightness control is all done in hardware
+ but the hardware also synthesizes keypresses when the
+ brightness is changed.
+ If this key is set true, then any power manager software should
+ not attempt to set any new values on brightness keypress, as it
+ may cause the panel to flash uncontrollably.
+ </entry>
+ </row>
</tbody>
</tgroup>
</informaltable>
More information about the hal-commit
mailing list