]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit
UBUNTU: SAUCE: platform/x86: dell-uart-backlight: add missing status command
authorAceLan Kao <acelan.kao@canonical.com>
Thu, 7 Nov 2019 06:36:00 +0000 (07:36 +0100)
committerStefan Bader <stefan.bader@canonical.com>
Wed, 4 Dec 2019 09:29:26 +0000 (10:29 +0100)
commitd335e64974057bf0c9ce43e6331aaef4cad822d6
tree7510c96b9c776bae44dd4a2dc0edc94ec14cc98e
parentd802eaf07bd7b8e8d9fe7e1e689b1cf808c78106
UBUNTU: SAUCE: platform/x86: dell-uart-backlight: add missing status command

BugLink: https://bugs.launchpad.net/bugs/1813877
DELL_UART_GET_SCALAR has been declared in
drivers/platform/x86/dell-uart-backlight.h, but its definition is
missing. It won't lead to issues on old AIO platforms, since this
command is newly introduced and is not supported by all old AIOs.

Signed-off-by: AceLan Kao <acelan.kao@canonical.com>
Acked-by: Seth Forshee <seth.forshee@canonical.com>
Acked-by: Connor Kuehl <connor.kuehl@canonical.com>
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
drivers/platform/x86/dell-uart-backlight.c