Skip to content

Commit

Permalink
Acer-WMI: fingers off backlight if video.ko is serving this functiona…
Browse files Browse the repository at this point in the history
…lity

Signed-off-by: Thomas Renninger <trenn@suse.de>
Acked-by: Zhang Rui <rui.zhang@intel.com>
Signed-off-by: Andi Kleen <ak@linux.intel.com>
Acked-by: Carlos Corbacho <carlos@strangeworlds.co.uk>
Signed-off-by: Len Brown <len.brown@intel.com>
  • Loading branch information
watologo1 authored and lenb committed Nov 8, 2008
1 parent c3d6de6 commit febf2d9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions drivers/misc/acer-wmi.c
Expand Up @@ -1297,6 +1297,12 @@ static int __init acer_wmi_init(void)

set_quirks();

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;
Expand Down

0 comments on commit febf2d9

Please sign in to comment.