dbus: KbdBacklight: Add a native path attribute

The DBus property shows the udev native path.
This commit is contained in:
Kate Hsuan 2025-03-11 15:46:58 +08:00
parent c56ff5f207
commit 40a4498454

View file

@ -78,6 +78,19 @@
</doc:doc>
</method>
<!-- ************************************************************ -->
<property name="NativePath" type="s" access="read">
<doc:doc>
<doc:description>
<doc:para>
OS specific native path of the keyboard backlight LED device. On Linux this
is the sysfs path, for
example <doc:tt>/sys/devices/platform/thinkpad_acpi/leds/tpacpi\:\:kbd_backlight</doc:tt>.
</doc:para>
</doc:description>
</doc:doc>
</property>
<!-- ************************************************************ -->
<signal name="BrightnessChanged">
<arg name="value" direction="out" type="i">