diff options
Diffstat (limited to 'defaults-acpi-video.patch')
-rw-r--r-- | defaults-acpi-video.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/defaults-acpi-video.patch b/defaults-acpi-video.patch new file mode 100644 index 000000000..b83f4b614 --- /dev/null +++ b/defaults-acpi-video.patch @@ -0,0 +1,13 @@ +diff --git a/drivers/acpi/video.c b/drivers/acpi/video.c +index eaef02a..2029819 100644 +--- a/drivers/acpi/video.c ++++ b/drivers/acpi/video.c +@@ -69,7 +69,7 @@ MODULE_AUTHOR("Bruno Ducrot"); + MODULE_DESCRIPTION("ACPI Video Driver"); + MODULE_LICENSE("GPL"); + +-static bool brightness_switch_enabled = 1; ++static bool brightness_switch_enabled = 0; + module_param(brightness_switch_enabled, bool, 0644); + + /* |