hal: Branch 'hal-0_5_9-branch'
David Zeuthen
david at kemper.freedesktop.org
Wed May 23 10:35:21 PDT 2007
fdi/policy/10osvendor/10-ibm-buttons.fdi | 3 +++
1 files changed, 3 insertions(+)
New commits:
diff-tree 84ccd7f20b88397f174dae44fe97ecec26c1fc26 (from 2a4e25180442203ab1c7bd4fc64846d48f3c8b65)
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