On Friday 01 August 2008 16:37:56 Thomas Renninger wrote: > Signed-off-by: Thomas Renninger <trenn@xxxxxxx> Acked-by: Carlos Corbacho <carlos@xxxxxxxxxxxxxxxxxxx> > --- > drivers/misc/acer-wmi.c | 6 ++++++ > 1 files changed, 6 insertions(+), 0 deletions(-) > > diff --git a/drivers/misc/acer-wmi.c b/drivers/misc/acer-wmi.c > index e7a3fe5..a843ac2 100644 > --- a/drivers/misc/acer-wmi.c > +++ b/drivers/misc/acer-wmi.c > @@ -1218,6 +1218,12 @@ static int __init acer_wmi_init(void) > return -ENODEV; > } > > + 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"); > + } > + > if (platform_driver_register(&acer_platform_driver)) { > printk(ACER_ERR "Unable to register platform driver.\n"); > goto error_platform_register; -- 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