Skip to content

Commit 751109a

Browse files
committed
ACPI / video: Change the default for video.use_native_backlight to 1
Now that we're hoping to have resolved all of the problems with video.use_native_backlight=1, make that the default at last. Link: http://marc.info/?l=linux-acpi&m=139716088401106&w=2 Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent 0dc6b96 commit 751109a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/acpi/video.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ module_param(allow_duplicates, bool, 0644);
8282
* For Windows 8 systems: used to decide if video module
8383
* should skip registering backlight interface of its own.
8484
*/
85-
static int use_native_backlight_param = -1;
85+
static int use_native_backlight_param = 1;
8686
module_param_named(use_native_backlight, use_native_backlight_param, int, 0444);
8787
static bool use_native_backlight_dmi = false;
8888

0 commit comments

Comments
 (0)