kernel/defaults-acpi-video.patch

14 lines
406 B
Diff
Raw Normal View History

2010-07-29 23:46:31 +00:00
diff --git a/drivers/acpi/video.c b/drivers/acpi/video.c
index eaef02a..2029819 100644
2010-07-29 23:46:31 +00:00
--- a/drivers/acpi/video.c
+++ b/drivers/acpi/video.c
@@ -69,7 +69,7 @@ MODULE_AUTHOR("Bruno Ducrot");
2010-07-29 23:46:31 +00:00
MODULE_DESCRIPTION("ACPI Video Driver");
MODULE_LICENSE("GPL");
-static bool brightness_switch_enabled = 1;
+static bool brightness_switch_enabled = 0;
2010-07-29 23:46:31 +00:00
module_param(brightness_switch_enabled, bool, 0644);
/*