We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dc6b96 commit 751109aCopy full SHA for 751109a
drivers/acpi/video.c
@@ -82,7 +82,7 @@ module_param(allow_duplicates, bool, 0644);
82
* For Windows 8 systems: used to decide if video module
83
* should skip registering backlight interface of its own.
84
*/
85
-static int use_native_backlight_param = -1;
+static int use_native_backlight_param = 1;
86
module_param_named(use_native_backlight, use_native_backlight_param, int, 0444);
87
static bool use_native_backlight_dmi = false;
88
0 commit comments