FDI File Problems

David Zeuthen david at fubar.dk
Mon Oct 17 07:20:22 PDT 2005


On Sat, 2005-10-15 at 11:43 +0100, Richard Hughes wrote:
> 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>

No, the computer object is the first to be created so there is no

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

object at that point. You want to do it the other way around.

Cheers,
David




More information about the hal mailing list