38bca0a
Bugzilla: N/A
38bca0a
Upstream-status: Sigh.  We almost got to drop this.
38bca0a
38bca0a
From 20e3f1e1b9341d233a11734c07c076caac9936ef Mon Sep 17 00:00:00 2001
38bca0a
From: Josh Boyer <jwboyer@fedoraproject.org>
38bca0a
Date: Mon, 28 Jul 2014 12:59:48 -0400
38bca0a
Subject: [PATCH] Revert "Revert "ACPI / video: change acpi-video
38bca0a
 brightness_switch_enabled default to 0""
38bca0a
38bca0a
This reverts commit 2843768b701971ab10e62c77d5c75ad7c306f1bd.
38bca0a
---
38bca0a
 Documentation/kernel-parameters.txt | 2 +-
38bca0a
 drivers/acpi/video.c                | 2 +-
38bca0a
 2 files changed, 2 insertions(+), 2 deletions(-)
38bca0a
38bca0a
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
38bca0a
index b7fa2f599459..e8db409a7e3a 100644
38bca0a
--- a/Documentation/kernel-parameters.txt
38bca0a
+++ b/Documentation/kernel-parameters.txt
38bca0a
@@ -3532,7 +3532,7 @@ bytes respectively. Such letter suffixes can also be entirely omitted.
38bca0a
 			the allocated input device; If set to 0, video driver
38bca0a
 			will only send out the event without touching backlight
38bca0a
 			brightness level.
38bca0a
-			default: 1
38bca0a
+			default: 0
38bca0a
 
38bca0a
 	virtio_mmio.device=
38bca0a
 			[VMMIO] Memory mapped virtio (platform) device.
38bca0a
diff --git a/drivers/acpi/video.c b/drivers/acpi/video.c
38bca0a
index 350d52a8f781..44c89f705018 100644
38bca0a
--- a/drivers/acpi/video.c
38bca0a
+++ b/drivers/acpi/video.c
38bca0a
@@ -68,7 +68,7 @@ MODULE_AUTHOR("Bruno Ducrot");
38bca0a
 MODULE_DESCRIPTION("ACPI Video Driver");
38bca0a
 MODULE_LICENSE("GPL");
38bca0a
 
38bca0a
-static bool brightness_switch_enabled = 1;
38bca0a
+static bool brightness_switch_enabled;
38bca0a
 module_param(brightness_switch_enabled, bool, 0644);
38bca0a
 
38bca0a
 /*
38bca0a
-- 
38bca0a
1.9.3
38bca0a