[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@xxxxxxx> > 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@xxxxxxx> Acked-by: Carlos Corbacho <carlos@xxxxxxxxxxxxxxxxxxx> > --- > 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@xxxxxxxxxxxxxxxxxxx Web: strangeworlds.co.uk GPG Key ID: 0x23EE722D -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html