]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
HID: hid-asus: reset the backlight brightness level on resume
authorDenis Benato <benato.denis96@gmail.com>
Fri, 17 Nov 2023 01:15:56 +0000 (14:15 +1300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 20 Dec 2023 14:32:36 +0000 (15:32 +0100)
commitc26478982d74a47dfb1d2ffb61f04547934a3177
treeea5bc498296a0d62ccf410d4b4a49b91149135f8
parent4851cdd83e57e15b48ebbf6b36430a9a2c532b95
HID: hid-asus: reset the backlight brightness level on resume

[ Upstream commit 546edbd26cff7ae990e480a59150e801a06f77b1 ]

Some devices managed by this driver automatically set brightness to 0
before entering a suspended state and reset it back to a default
brightness level after the resume:
this has the effect of having the kernel report wrong brightness
status after a sleep, and on some devices (like the Asus RC71L) that
brightness is the intensity of LEDs directly facing the user.

Fix the above issue by setting back brightness to the level it had
before entering a sleep state.

Signed-off-by: Denis Benato <benato.denis96@gmail.com>
Signed-off-by: Luke D. Jones <luke@ljones.dev>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/hid/hid-asus.c