diff options
author | David Zeuthen <davidz@redhat.com> | 2007-06-18 14:03:53 -0400 |
---|---|---|
committer | David Zeuthen <davidz@redhat.com> | 2007-06-18 14:04:19 -0400 |
commit | 20f055f55bf9edfa45a97f0d7dcc9b8f595a9e5d (patch) | |
tree | 6900771b063d9e5c876ab95c8b3ad181c4c83b48 | |
parent | f27d236f97c822046b8c010a602d01c2050e7a90 (diff) |
add Macbook2,1 support for backlight control
Verified by Ryan Lortie
http://lists.freedesktop.org/archives/hal/2007-June/008771.html
-rw-r--r-- | fdi/policy/10osvendor/10-macbook-backlight.fdi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fdi/policy/10osvendor/10-macbook-backlight.fdi b/fdi/policy/10osvendor/10-macbook-backlight.fdi index 227bbb51..5e5e21bd 100644 --- a/fdi/policy/10osvendor/10-macbook-backlight.fdi +++ b/fdi/policy/10osvendor/10-macbook-backlight.fdi @@ -7,6 +7,9 @@ <match key="smbios.system.product" string="MacBook1,1"> <spawn udi="/org/freedesktop/Hal/devices/macbook_backlight"/> </match> + <match key="smbios.system.product" string="MacBook2,1"> + <spawn udi="/org/freedesktop/Hal/devices/macbook_backlight"/> + </match> </match> </match> </device> |