From: Rafael J. Wysocki <rafael.j.wysocki@xxxxxxxxx> 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@xxxxxxxxx> --- 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; _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/dri-devel