diff options
author | Danny Kukawka <danny.kukawka@web.de> | 2009-08-06 18:06:40 +0200 |
---|---|---|
committer | Danny Kukawka <danny.kukawka@web.de> | 2009-08-06 18:06:40 +0200 |
commit | 6a24907092f0ab835a4f4a1737e56ceb4ebe741a (patch) | |
tree | 99bfdd2f9802b3974345bd25aa1446d7df754d6d | |
parent | f56405d3067eb67b4665b301eff2ef3164e732e4 (diff) |
update SPEC with kbd_backlight(.*) and leds.num_levels
Updated SPEC with info about:
- the kbd_backlight namespace including the
keyboard_backlight.num_levels property
- leds.num_levels
-rw-r--r-- | doc/spec/hal-spec-properties.xml | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/doc/spec/hal-spec-properties.xml b/doc/spec/hal-spec-properties.xml index 711ef3f1..fdfacf15 100644 --- a/doc/spec/hal-spec-properties.xml +++ b/doc/spec/hal-spec-properties.xml @@ -2149,6 +2149,16 @@ org.freedesktop.Hal.Device.Volume.method_signatures = {'ssas', 'as', 'as'} <entry>Yes</entry> <entry>The function of the LED.</entry> </row> + <row> + <entry> + <literal>leds.num_levels</literal> (int) + </entry> + <entry></entry> + <entry>Yes</entry> + <entry> + The brightness levels supported by the LED device. + </entry> + </row> </tbody> </tgroup> </informaltable> @@ -4904,6 +4914,41 @@ org.freedesktop.Hal.Device.Volume.method_signatures = {'ssas', 'as', 'as'} </informaltable> </sect2> + <sect2 id="device-properties-keyboard_backlight"> + <title> + keyboard_backlight namespace + </title> + <para> + Device objects with the capability <literal>keyboard_backlight</literal> + represent all the devices capable handling the keyboard backlight. (Note: + normally those devices have also the <literal>leds</literal> capability.) + </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>keyboard_backlight.num_levels</literal> (bool) + </entry> + <entry></entry> + <entry>Yes</entry> + <entry> + The brightness levels supported by the LED device. + </entry> + </row> + </tbody> + </tgroup> + </informaltable> + </sect2> + <sect2 id="device-properties-killswitch"> <title> killswitch namespace |