X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=drivers%2Facpi%2Fvideo.c;h=fb9ffe9adc645601361092c7252778a1aacf2e43;hb=c9ac065928d887e26da33a84210a3e3610052d31;hp=101fb090dcb9d59632979db199483d4d46babc57;hpb=5b174fd6472b1d6b6402b30210a212f3fd770d96;p=cascardo%2Flinux.git diff --git a/drivers/acpi/video.c b/drivers/acpi/video.c index 101fb090dcb9..fb9ffe9adc64 100644 --- a/drivers/acpi/video.c +++ b/drivers/acpi/video.c @@ -82,7 +82,7 @@ module_param(allow_duplicates, bool, 0644); * 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;