]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
HID: appletb-kbd: add .resume method in PM
authorAditya Garg <gargaditya08@live.com>
Tue, 7 Apr 2026 11:08:22 +0000 (16:38 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 11 Apr 2026 12:29:56 +0000 (14:29 +0200)
commit854c6b49c2920139eecebc7245cca53d207a7b0d
tree9532069e060ffbec6585ebdfe87c73dc9243b588
parent98429e9ec89a5e3a204112dfaa2dbe6ca28493a0
HID: appletb-kbd: add .resume method in PM

commit 1965445e13c09b79932ca8154977b4408cb9610c upstream.

Upon resuming from suspend, the Touch Bar driver was missing a resume
method in order to restore the original mode the Touch Bar was on before
suspending. It is the same as the reset_resume method.

Cc: stable@vger.kernel.org
Signed-off-by: Aditya Garg <gargaditya08@live.com>
Signed-off-by: Jiri Kosina <jkosina@suse.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/hid/hid-appletb-kbd.c