This file is indexed.

/usr/share/hal/fdi/information/10freedesktop/10-recall-battery-fujitsu.fdi is in hal-info 20091130-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0" encoding="UTF-8"?>
<deviceinfo version="0.2">
  <device>

    <!--
      *            !!! DO NOT EDIT THIS FILE !!!
      *
      * The battery recall data is now maintained in DeviceKit-power.
      *
      * GNOME Power Manager no longer reads these values.
    -->

    <match key="battery.vendor" string="Fujitsu">

      <match key="battery.model" contains_outof="CP255100;CP255108;CP229720;CP229725;CP234003;CP234019;CP283030;CP267910">
        <merge key="info.is_recalled" type="bool">true</merge>
      </match>

      <!-- only matching on vendor Fujitsu -->
      <match key="info.is_recalled" bool="true">
        <merge key="info.recall.vendor" type="string">Fujitsu</merge>
        <merge key="info.recall.website_url" type="string">http://www.computers.us.fujitsu.com/battery/</merge>
      </match>

    </match>

  </device>
</deviceinfo>