Move update data to hal-info

Richard Hughes hughsient at gmail.com
Sun Feb 4 15:41:47 PST 2007


In fdi/policy/10osvendor/10-laptop-panel-mgmt-policy.fdi we have lots of
data such as:

  <device>
    <match key="info.category" string="laptop_panel">
      <match key="/org/freedesktop/Hal/devices/computer:smbios.system.manufacturer" string="IBM">
        <match key="/org/freedesktop/Hal/devices/computer:smbios.system.version" string="ThinkPad X31">
          <merge key="laptop_panel.brightness_in_hardware" type="bool">true</merge>
        </match>
      </match>
....
      </match>
    </match>
  </device>

This data is going to be updated quite frequently as new models are released.

Is this okay to move to hal-info?

Richard.




More information about the hal mailing list