[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20110104143651.8f6d62e0.akpm@linux-foundation.org>
Date: Tue, 4 Jan 2011 14:36:51 -0800
From: Andrew Morton <akpm@...ux-foundation.org>
To: Mourad De Clerck <mourad@...azul.com>
Cc: Richard Purdie <rpurdie@...ux.intel.com>,
linux-kernel@...r.kernel.org, Matthew Garrett <mjg@...hat.com>
Subject: Re: [PATCH,RESEND] backlight: mbp_nvidia_bl - add support for
MacBookPro7,1
On Fri, 24 Dec 2010 09:49:57 +0100
Mourad De Clerck <mourad@...azul.com> wrote:
> Add support for the MacBookPro7,1 (13" mid 2010) to the mbp_nvidia_bl
> driver.
>
> Signed-off-by: Mourad De Clerck <mourad@...azul.com>
> ---
> drivers/video/backlight/mbp_nvidia_bl.c | 9 +++++++++
> 1 files changed, 9 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/video/backlight/mbp_nvidia_bl.c
> b/drivers/video/backlight/mbp_nvidia_bl.c
> index 9fb533f..9c44314 100644
> --- a/drivers/video/backlight/mbp_nvidia_bl.c
> +++ b/drivers/video/backlight/mbp_nvidia_bl.c
> @@ -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 7,1",
> + .matches = {
> + DMI_MATCH(DMI_SYS_VENDOR, "Apple Inc."),
> + DMI_MATCH(DMI_PRODUCT_NAME, "MacBookPro7,1"),
> + },
> + .driver_data = (void *)&nvidia_chipset_data,
> + },
> { }
> };
I applied this, and now I'll unapply it because Matthew's patch series
"mbp_nvidia_bl: Remove DMI dependency" appears to make your change
obsolete.
I'll cc you on those three patches - it will be great if you are able
to find time to test them, thanks.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists