|
@@ -1297,7 +1297,7 @@ static int __init acer_wmi_init(void)
|
|
|
|
|
|
set_quirks();
|
|
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;
|
|
interface->capability &= ~ACER_CAP_BRIGHTNESS;
|
|
printk(ACER_INFO "Brightness must be controlled by "
|
|
printk(ACER_INFO "Brightness must be controlled by "
|
|
"generic video driver\n");
|
|
"generic video driver\n");
|