]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blobdiff - kernel/patches/linux-2.6-defaults-acpi-video.patch
kernel: Import a couple of patches.
[people/arne_f/ipfire-3.x.git] / kernel / patches / linux-2.6-defaults-acpi-video.patch
diff --git a/kernel/patches/linux-2.6-defaults-acpi-video.patch b/kernel/patches/linux-2.6-defaults-acpi-video.patch
new file mode 100644 (file)
index 0000000..af883b0
--- /dev/null
@@ -0,0 +1,13 @@
+diff --git a/drivers/acpi/video.c b/drivers/acpi/video.c
+index d8d7596..a1b7117 100644
+--- a/drivers/acpi/video.c
++++ b/drivers/acpi/video.c
+@@ -71,7 +71,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;
+ module_param(brightness_switch_enabled, bool, 0644);
+ static int acpi_video_bus_add(struct acpi_device *device);