diff options
author | Dave Jones <davej@redhat.com> | 2013-01-10 14:24:41 -0500 |
---|---|---|
committer | Dave Jones <davej@redhat.com> | 2013-01-10 14:24:41 -0500 |
commit | efd70b8f77b7a7adf3add772e424ce95f289b50e (patch) | |
tree | 9a1ef645e505365b98c15b27c8b0f6fd27146a66 /defaults-acpi-video.patch | |
parent | 1cdf6c9bdd28cb65fa59d2b2ce305cac30decd0d (diff) | |
download | kernel-efd70b8f77b7a7adf3add772e424ce95f289b50e.tar.gz kernel-efd70b8f77b7a7adf3add772e424ce95f289b50e.tar.xz kernel-efd70b8f77b7a7adf3add772e424ce95f289b50e.zip |
Rename a bunch of patches.
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); + + /* |