projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4f3d55
)
backlight: mbp_nvidia_bl: add support for MacBookAir 1,1
author
Henrik Rydberg
<
[email protected]
>
Mon, 7 Sep 2009 13:19:54 +0000
(14:19 +0100)
committer
Richard Purdie
<
[email protected]
>
Mon, 7 Sep 2009 13:19:54 +0000
(14:19 +0100)
Add LCD backlight support for the Intel GMA965 found in the MacBookAir
1,1.
Signed-off-by: Henrik Rydberg <
[email protected]
>
Acked-by: Matthew Garrett <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Richard Purdie <
[email protected]
>
drivers/video/backlight/mbp_nvidia_bl.c
patch
|
blob
|
history
diff --git
a/drivers/video/backlight/mbp_nvidia_bl.c
b/drivers/video/backlight/mbp_nvidia_bl.c
index 3bb4c0a50c62f501fca12471a09c046141d6ddca..9fc7a531718a9f362ca82cddebb80265a7969f55 100644
(file)
--- a/
drivers/video/backlight/mbp_nvidia_bl.c
+++ b/
drivers/video/backlight/mbp_nvidia_bl.c
@@
-164,6
+164,15
@@
static const struct dmi_system_id __initdata mbp_device_table[] = {
},
.driver_data = (void *)&intel_chipset_data,
},
+ {
+ .callback = mbp_dmi_match,
+ .ident = "MacBookAir 1,1",
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "Apple Inc."),
+ DMI_MATCH(DMI_PRODUCT_NAME, "MacBookAir1,1"),
+ },
+ .driver_data = (void *)&intel_chipset_data,
+ },
{
.callback = mbp_dmi_match,
.ident = "MacBook 5,1",