Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 992ea659 authored by Henrik Rydberg's avatar Henrik Rydberg Committed by Richard Purdie
Browse files

backlight: mbp_nvidia_bl: add support for MacBookAir 1,1



Add LCD backlight support for the Intel GMA965 found in the MacBookAir
1,1.

Signed-off-by: default avatarHenrik Rydberg <rydberg@euromail.se>
Acked-by: default avatarMatthew Garrett <mjg@redhat.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarRichard Purdie <rpurdie@linux.intel.com>
parent a4f3d55c
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -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",