* Re: linux-acpi@vger.kernel.org
[not found] <87r623cz5i.fsf@free.fr>
@ 2009-02-14 8:52 ` Carlos Corbacho
0 siblings, 0 replies; only message in thread
From: Carlos Corbacho @ 2009-02-14 8:52 UTC (permalink / raw)
To: Robert Jarzmik, linux-acpi; +Cc: lenb
[CC'ing linux-acpi]
Len, can you pick this up please?
On Thursday 12 February 2009 18:01:45 Robert Jarzmik wrote:
> Would you please consider the following patch for the 2.6.29-rc trivial
> fixes please ?
>
> --
> Robert
>
> From f2bb541e2e0925d3dede3be5fd2fe618fb40a404 Mon Sep 17 00:00:00 2001
> From: Robert Jarzmik <rjarzmik@free.fr>
> Date: Thu, 12 Feb 2009 18:55:51 +0100
> Subject: [PATCH] acer-wmi: Fix acpi video detection
>
> Acer WMI video driver can be used if _no_ acpi video
> driver is found, not the opposite.
>
> Signed-off-by: Robert Jarzmik <rjarzmik@free.fr>
Acked-by: Carlos Corbacho <carlos@strangeworlds.co.uk>
> ---
> drivers/platform/x86/acer-wmi.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/platform/x86/acer-wmi.c
> b/drivers/platform/x86/acer-wmi.c index 94c9f91..6bcca61 100644
> --- a/drivers/platform/x86/acer-wmi.c
> +++ b/drivers/platform/x86/acer-wmi.c
> @@ -1297,7 +1297,7 @@ static int __init acer_wmi_init(void)
>
> set_quirks();
>
> - if (!acpi_video_backlight_support() && has_cap(ACER_CAP_BRIGHTNESS)) {
> + if (acpi_video_backlight_support() && has_cap(ACER_CAP_BRIGHTNESS)) {
> interface->capability &= ~ACER_CAP_BRIGHTNESS;
> printk(ACER_INFO "Brightness must be controlled by "
> "generic video driver\n");
--
E-Mail: carlos@strangeworlds.co.uk
Web: strangeworlds.co.uk
GPG Key ID: 0x23EE722D
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-02-14 8:52 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <87r623cz5i.fsf@free.fr>
2009-02-14 8:52 ` linux-acpi@vger.kernel.org Carlos Corbacho
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox