summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDanny Kukawka <danny.kukawka@web.de>2008-11-28 19:24:13 +0100
committerDanny Kukawka <danny.kukawka@web.de>2008-11-28 19:24:13 +0100
commiteef409dfc82433edb32c73ce352671ab7fb1f79d (patch)
tree80fa4deb4618dcf1c2ba5ae2f461098614acac09 /doc
parentae21157ff150db8bc87fc5fead10b5925812131c (diff)
add the leds linux kernel subsystem to HAL
Added the leds linux kernel subsystem to HAL. These are the current properties of led devices: - leds.device_name (string, mandatory) - leds.function (string, mandatory) - leds.colour
Diffstat (limited to 'doc')
-rw-r--r--doc/spec/hal-spec-properties.xml48
1 files changed, 48 insertions, 0 deletions
diff --git a/doc/spec/hal-spec-properties.xml b/doc/spec/hal-spec-properties.xml
index 2b40f627..d6136bd7 100644
--- a/doc/spec/hal-spec-properties.xml
+++ b/doc/spec/hal-spec-properties.xml
@@ -2012,6 +2012,54 @@ org.freedesktop.Hal.Device.Volume.method_signatures = {'ssas', 'as', 'as'}
</informaltable>
</sect2>
+ <sect2 id="device-properties-leds">
+ <title>
+ leds namespace
+ </title>
+ <para>
+ Device objects with <literal>info.subsystem</literal> set to <literal>leds
+ </literal> are LED (light-emitting diode) 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>leds.device_name</literal> (string)
+ </entry>
+ <entry>example: iwl-phy0, tpacpi</entry>
+ <entry>Yes</entry>
+ <entry>The name of the related led device</entry>
+ </row>
+ <row>
+ <entry>
+ <literal>leds.colour</literal> (string)
+ </entry>
+ <entry>example: green, orange</entry>
+ <entry>No</entry>
+ <entry>The colour of the LED</entry>
+ </row>
+ <row>
+ <entry>
+ <literal>leds.function</literal> (string)
+ </entry>
+ <entry>example: radio, power, standby, batt</entry>
+ <entry>Yes</entry>
+ <entry>The function of the LED.</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </sect2>
+
<sect2 id="device-properties-modemif">
<title>
modem namespace