diff options
author | Josh Boyer <jwboyer@fedoraproject.org> | 2014-06-11 13:36:24 -0400 |
---|---|---|
committer | Josh Boyer <jwboyer@fedoraproject.org> | 2014-06-11 13:36:24 -0400 |
commit | a7fb62873e9c07443c920a413add27908562ca76 (patch) | |
tree | 78454f4072909a435d3a6bf83f7f7a6c59dc5f3a /defaults-acpi-video.patch | |
parent | 2a04f7df27e6da73e6af6b25a6da9c9c88d8d4af (diff) | |
download | kernel-a7fb62873e9c07443c920a413add27908562ca76.tar.gz kernel-a7fb62873e9c07443c920a413add27908562ca76.tar.xz kernel-a7fb62873e9c07443c920a413add27908562ca76.zip |
Linux v3.15-7218-g3f17ea6dea8b
- Reenable debugging options.
Diffstat (limited to 'defaults-acpi-video.patch')
-rw-r--r-- | defaults-acpi-video.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/defaults-acpi-video.patch b/defaults-acpi-video.patch deleted file mode 100644 index c1386c016..000000000 --- a/defaults-acpi-video.patch +++ /dev/null @@ -1,16 +0,0 @@ -Bugzilla: N/A -Upstream-status: Fedora mustard (but no idea why) - -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); - - /* |