]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ACPI: video: Force backlight native for Clevo NL5xRU and NL5xNU
authorWerner Sembach <wse@tuxedocomputers.com>
Tue, 15 Mar 2022 19:02:28 +0000 (20:02 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 28 Mar 2022 08:03:20 +0000 (10:03 +0200)
commit0d73a21c488b5f08842a342937677c3fb14436a1
treeb74447f0c57bae36947b9fd5254d218ba17a3a48
parent9024419ced01c023889f63095638510f0cabd9aa
ACPI: video: Force backlight native for Clevo NL5xRU and NL5xNU

commit c844d22fe0c0b37dc809adbdde6ceb6462c43acf upstream.

Clevo NL5xRU and NL5xNU/TUXEDO Aura 15 Gen1 and Gen2 have both a working
native and video interface. However the default detection mechanism first
registers the video interface before unregistering it again and switching
to the native interface during boot. This results in a dangling SBIOS
request for backlight change for some reason, causing the backlight to
switch to ~2% once per boot on the first power cord connect or disconnect
event. Setting the native interface explicitly circumvents this buggy
behaviour by avoiding the unregistering process.

Signed-off-by: Werner Sembach <wse@tuxedocomputers.com>
Cc: All applicable <stable@vger.kernel.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/acpi/video_detect.c