This file is indexed.

/usr/share/hal/fdi/information/10freedesktop/10-recall-battery-toshiba.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
<?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="TOSHIBA">

      <match key="battery.model" contains_outof="PA3465U;PA3399U;PA3400U;PA3465U;PA3399U;PA3400U">
        <merge key="info.is_recalled" type="bool">true</merge>
      </match>

      <!-- only matching on vendor TOSHIBA -->
      <match key="info.is_recalled" bool="true">
        <merge key="info.recall.vendor" type="string">Toshiba</merge>
        <merge key="info.recall.website_url" type="string">http://bxinfo.toshiba.com/</merge>
      </match>

    </match>
  </device>
</deviceinfo>