hal: Branch 'master'

Richard Hughes hughsient at kemper.freedesktop.org
Tue Nov 14 09:57:18 PST 2006


 doc/spec/hal-spec-properties.xml |   32 ++++++++++++++++++++++++++++++++
 1 files changed, 32 insertions(+)

New commits:
diff-tree a23312cd3c6673d735e63abf459c78810fe96f66 (from 754066cd7a0929c19cd9a0faf30844c8c9047bb9)
Author: Richard Hughes <richard at hughsie.com>
Date:   Tue Nov 14 17:56:19 2006 +0000

    Add some information keys to the spec for hardware recalls.
    
    Add the hardware recall keys to the spec. Keys added were:
    info.is_recalled, info.recall.vendor, and info.recall.website_url.
    NOTE: Hardware may incorrectly be marked as recalled although every
    effort is made to have an up to date database. Please inform us of
    any problems with this detection. Many thanks.

diff --git a/doc/spec/hal-spec-properties.xml b/doc/spec/hal-spec-properties.xml
index 97d2580..4931aae 100644
--- a/doc/spec/hal-spec-properties.xml
+++ b/doc/spec/hal-spec-properties.xml
@@ -158,6 +158,38 @@
               </entry>
               <entry>The base D-BUS service of the process holding the lock.</entry>
             </row>
+            <row>
+              <entry>
+                <literal>info.is_recalled</literal> (bool)
+              </entry>
+              <entry></entry>
+              <entry>No</entry>
+              <entry>
+                This is set if the hardware may be recalled and should
+                be checked for any potential problem.
+              </entry>
+            </row>
+            <row>
+              <entry>
+                <literal>info.recall.vendor</literal> (string)
+              </entry>
+              <entry>Dell, Sony, HP, Panasonic, etc.</entry>
+              <entry>Yes, if <literal>info.is_recalled</literal> is TRUE</entry>
+              <entry>
+                The vendor responsible for the hardware recall.
+              </entry>
+            </row>
+            <row>
+              <entry>
+                <literal>info.recall.website_url</literal> (string)
+              </entry>
+              <entry></entry>
+              <entry>Yes, if <literal>info.is_recalled</literal> is TRUE</entry>
+              <entry>
+                Users should check this website for more details and if their
+                hardware may affected by any possible fault.
+              </entry>
+            </row>
           </tbody>
         </tgroup>
       </informaltable>


More information about the hal-commit mailing list