summaryrefslogtreecommitdiffstats
path: root/linux-2.6-defaults-acpi-video.patch
diff options
context:
space:
mode:
Diffstat (limited to 'linux-2.6-defaults-acpi-video.patch')
-rw-r--r--linux-2.6-defaults-acpi-video.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/linux-2.6-defaults-acpi-video.patch b/linux-2.6-defaults-acpi-video.patch
index af883b0d3..b83f4b614 100644
--- a/linux-2.6-defaults-acpi-video.patch
+++ b/linux-2.6-defaults-acpi-video.patch
@@ -1,13 +1,13 @@
diff --git a/drivers/acpi/video.c b/drivers/acpi/video.c
-index d8d7596..a1b7117 100644
+index eaef02a..2029819 100644
--- a/drivers/acpi/video.c
+++ b/drivers/acpi/video.c
-@@ -71,7 +71,7 @@ MODULE_AUTHOR("Bruno Ducrot");
+@@ -69,7 +69,7 @@ MODULE_AUTHOR("Bruno Ducrot");
MODULE_DESCRIPTION("ACPI Video Driver");
MODULE_LICENSE("GPL");
--static int brightness_switch_enabled = 1;
-+static int brightness_switch_enabled = 0;
+-static bool brightness_switch_enabled = 1;
++static bool brightness_switch_enabled = 0;
module_param(brightness_switch_enabled, bool, 0644);
- static int acpi_video_bus_add(struct acpi_device *device);
+ /*