]> git.hungrycats.org Git - linux/commit
HID: appletb-kbd: add .resume method in PM
authorAditya Garg <gargaditya08@live.com>
Mon, 16 Feb 2026 21:24:46 +0000 (02:54 +0530)
committerJiri Kosina <jkosina@suse.com>
Thu, 12 Mar 2026 13:01:44 +0000 (14:01 +0100)
commit1965445e13c09b79932ca8154977b4408cb9610c
treef26d07fffce7ce516cd8d8ddb6421d77cb43f6e4
parent70031e70ca15ede6a39db4d978e53a6cc720d454
HID: appletb-kbd: add .resume method in PM

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.

[jkosina@suse.com: rebased on top of the pm_ptr() conversion]
Cc: stable@vger.kernel.org
Signed-off-by: Aditya Garg <gargaditya08@live.com>
Signed-off-by: Jiri Kosina <jkosina@suse.com>
drivers/hid/hid-appletb-kbd.c