[<prev] [next>] [day] [month] [year] [list]
Message-ID: <8608294.Ycsy0EoIBs@vostro.rjw.lan>
Date: Thu, 05 Jun 2014 22:27:05 +0200
From: "Rafael J. Wysocki" <rjw@...ysocki.net>
To: linux-acpi@...r.kernel.org
Cc: Matthew Garrett <matthew.garrett@...ula.com>,
dri-devel@...ts.freedesktop.org, Aaron Lu <aaron.lu@...el.com>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Jani Nikula <jani.nikula@...ux.intel.com>,
Hans de Goede <hdegoede@...hat.com>
Subject: [PATCH] ACPI / video: Change the default for video.use_native_backlight to 1
From: Rafael J. Wysocki <rafael.j.wysocki@...el.com>
Now that we're hoping to have resolved all of the problems with
video.use_native_backlight=1 make that the default at last.
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@...el.com>
---
Having forgotten that the Hans' patches didn't actually flip the
default for this I kind of pre-anounced it in my last pull request,
which was a mistake that I apologize for. That said, since everyone
involved seemed to be supportive, I'm going to apply this one and
push it to Linus next week.
Please let me know if there are any objections.
Rafael
---
drivers/acpi/video.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: linux-pm/drivers/acpi/video.c
===================================================================
--- linux-pm.orig/drivers/acpi/video.c
+++ linux-pm/drivers/acpi/video.c
@@ -82,7 +82,7 @@ module_param(allow_duplicates, bool, 064
* For Windows 8 systems: used to decide if video module
* should skip registering backlight interface of its own.
*/
-static int use_native_backlight_param = -1;
+static int use_native_backlight_param = 1;
module_param_named(use_native_backlight, use_native_backlight_param, int, 0444);
static bool use_native_backlight_dmi = false;
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists