Jesse Keating 2f82dda
diff --git a/drivers/acpi/video.c b/drivers/acpi/video.c
Jesse Keating 2f82dda
index d8d7596..a1b7117 100644
Jesse Keating 2f82dda
--- a/drivers/acpi/video.c
Jesse Keating 2f82dda
+++ b/drivers/acpi/video.c
Jesse Keating 2f82dda
@@ -71,7 +71,7 @@ MODULE_AUTHOR("Bruno Ducrot");
Jesse Keating 2f82dda
 MODULE_DESCRIPTION("ACPI Video Driver");
Jesse Keating 2f82dda
 MODULE_LICENSE("GPL");
Jesse Keating 2f82dda
 
Jesse Keating 2f82dda
-static int brightness_switch_enabled = 1;
Jesse Keating 2f82dda
+static int brightness_switch_enabled = 0;
Jesse Keating 2f82dda
 module_param(brightness_switch_enabled, bool, 0644);
Jesse Keating 2f82dda
 
Jesse Keating 2f82dda
 static int acpi_video_bus_add(struct acpi_device *device);