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