hal: Branch 'master'

David Zeuthen david at kemper.freedesktop.org
Wed May 23 10:35:05 PDT 2007


 fdi/policy/10osvendor/10-ibm-buttons.fdi |    3 +++
 1 files changed, 3 insertions(+)

New commits:
diff-tree b1c697e02d3fba032a131e73de1eea28a5f821c6 (from 46f3e6001e5249acb287236a65887bb5dfebad97)
Author: Richard Hughes <hughsient at gmail.com>
Date:   Wed May 23 13:35:08 2007 -0400

    add special button device for LENOVO also
    
    Trivial patch attached, required because the new thinkpads have a
    vendor DMI string of LENOVO rather than IBM.

diff --git a/fdi/policy/10osvendor/10-ibm-buttons.fdi b/fdi/policy/10osvendor/10-ibm-buttons.fdi
index 8800f67..f286f06 100644
--- a/fdi/policy/10osvendor/10-ibm-buttons.fdi
+++ b/fdi/policy/10osvendor/10-ibm-buttons.fdi
@@ -8,6 +8,9 @@
       <match key="system.hardware.vendor" string="IBM">
         <append key="info.capabilities" type="strlist">button</append>
       </match>
+      <match key="system.hardware.vendor" string="LENOVO">
+        <append key="info.capabilities" type="strlist">button</append>
+      </match>
     </match>
   </device>
 


More information about the hal-commit mailing list