Commit 9802d6b1 authored by Henrik Rydberg's avatar Henrik Rydberg Committed by James Toy

Add LCD backlight support for the Intel GMA965 found in the MacBookAir

1,1.
Signed-off-by: default avatarHenrik Rydberg <rydberg@euromail.se>
Cc: Richard Purdie <rpurdie@rpsys.net>
Cc: Mario Schwalbe <schwalbe@inf.tu-dresden.de>
Acked-by: default avatarMatthew Garrett <mjg@redhat.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
parent 970048f8
...@@ -173,6 +173,15 @@ static const struct dmi_system_id __initdata mbp_device_table[] = { ...@@ -173,6 +173,15 @@ static const struct dmi_system_id __initdata mbp_device_table[] = {
}, },
.driver_data = (void *)&intel_chipset_data, .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, .callback = mbp_dmi_match,
.ident = "MacBook 5,1", .ident = "MacBook 5,1",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment