summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <hughsient@gmail.com>2007-05-23 13:35:08 -0400
committerDavid Zeuthen <davidz@redhat.com>2007-05-23 13:35:25 -0400
commit84ccd7f20b88397f174dae44fe97ecec26c1fc26 (patch)
tree851708a15353b14de03178912a626953edf569dd
parent2a4e25180442203ab1c7bd4fc64846d48f3c8b65 (diff)
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.
-rw-r--r--fdi/policy/10osvendor/10-ibm-buttons.fdi3
1 files changed, 3 insertions, 0 deletions
diff --git a/fdi/policy/10osvendor/10-ibm-buttons.fdi b/fdi/policy/10osvendor/10-ibm-buttons.fdi
index 8800f67a..f286f061 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>