FDI File Problems

Richard Hughes hughsient at gmail.com
Sat Oct 15 03:43:06 PDT 2005


Guys, this should work right?:

  <device>
    <match key="smbios.system.manufacturer" string="TOSHIBA">
      <match key="smbios.system.product" string="Satellite Pro A10">
	<merge key="smbios.bios.quirk.lastfull" type="bool">true</merge>
	<merge
key="/org/freedesktop/Hal/devices/acpi_BAT1:battery.reporting.last_full"
type="int">3200</merge>
      </match>
    </match>
  </device>

According to
http://cvs.freedesktop.org/*checkout*/hal/hal/doc/spec/hal-spec.html?rev=1.68 i can just reference the remote UDI using /org/freedesktop/Hal/devices/computer:foo.bar notation.

My example just adds a key in the root computer node called:

"/org/freedesktop/Hal/devices/acpi_BAT1:battery.reporting.last_full"

Is this a known bug in HAL, and where might I go hunting for it?

Richard



More information about the hal mailing list