]> git.proxmox.com Git - mirror_ubuntu-impish-kernel.git/commit
UBUNTU: SAUCE: platform/x86: dell-uart-backlight: add quirk for old platforms
authorAceLan Kao <acelan.kao@canonical.com>
Thu, 7 Nov 2019 06:36:44 +0000 (14:36 +0800)
committerAndrea Righi <andrea.righi@canonical.com>
Mon, 28 Jun 2021 06:03:49 +0000 (08:03 +0200)
commitb317c842ceecceed0108faf5bfbed0ed741c7912
tree648c03878d07e89b650ffe0d1382e7be65474dec
parent03f81694900a6956b76879bef0445761828fec4e
UBUNTU: SAUCE: platform/x86: dell-uart-backlight: add quirk for old platforms

BugLink: https://bugs.launchpad.net/bugs/1813877
Old platforms do not support DELL_UART_GET_SCALAR command and the
behavior of DELL_UART_GET_FIRMWARE_VER command is different as the new
firmware, so the new way to check if the backlight is controlled by
scalar IC doesn't work on old platforms. We now add them into a list and
use the old way to do the check.

Signed-off-by: AceLan Kao <acelan.kao@canonical.com>
Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
drivers/platform/x86/dell/dell-uart-backlight.c