public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
From: Carlos Corbacho <carlos@strangeworlds.co.uk>
To: Robert Jarzmik <robert.jarzmik@free.fr>, linux-acpi@vger.kernel.org
Cc: lenb@kernel.org
Subject: Re: linux-acpi@vger.kernel.org
Date: Sat, 14 Feb 2009 08:52:35 +0000	[thread overview]
Message-ID: <200902140852.36282.carlos@strangeworlds.co.uk> (raw)
In-Reply-To: <87r623cz5i.fsf@free.fr>

[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

           reply	other threads:[~2009-02-14  8:52 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <87r623cz5i.fsf@free.fr>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200902140852.36282.carlos@strangeworlds.co.uk \
    --to=carlos@strangeworlds.co.uk \
    --cc=lenb@kernel.org \
    --cc=linux-acpi@vger.kernel.org \
    --cc=robert.jarzmik@free.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox