]> git.hungrycats.org Git - linux/commitdiff
backlight: MacBookPro6,2 mbp-nvidia-bl support zygo-2.6.36.4-zb64
authorZygo Blaxell <zblaxell@quark.hungrycats.org>
Tue, 10 May 2011 15:31:56 +0000 (11:31 -0400)
committerZygo Blaxell <zblaxell@serenity.furryterror.org>
Wed, 11 May 2011 03:11:33 +0000 (23:11 -0400)
From https://lists.launchpad.net/mactel-support/msg02484.html
(cherry picked from commit a0ac65e128c19ead4b686106a9be6d11bef95a45)

drivers/video/backlight/mbp_nvidia_bl.c

index 9fb533f6373e6ab958646ccfdcba047c43b99d9d..a12db50048f0349e0dd2cd69bc39cf4f1cae9802 100644 (file)
@@ -335,6 +335,15 @@ static const struct dmi_system_id __initdata mbp_device_table[] = {
                },
                .driver_data    = (void *)&nvidia_chipset_data,
        },
+       {
+               .callback       = mbp_dmi_match,
+               .ident          = "MacBookPro 6,2",
+               .matches        = {
+                       DMI_MATCH(DMI_SYS_VENDOR, "Apple Inc."),
+                       DMI_MATCH(DMI_PRODUCT_NAME, "MacBookPro6,2"),
+               },
+               .driver_data    = (void *)&intel_chipset_data,
+       },
        { }
 };