]> git.baikalelectronics.ru Git - kernel.git/commit
ACPI: x86: s2idle: Add a quirk for Lenovo Slim 7 Pro 14ARH7
authorMario Limonciello <mario.limonciello@amd.com>
Wed, 21 Sep 2022 20:40:53 +0000 (15:40 -0500)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Sun, 25 Sep 2022 15:44:56 +0000 (17:44 +0200)
commit6ed4c5874f18031f231b069e1da02b1a319bf7c1
treebeeb203b16fe47974006d26995bda6a14681139c
parentda5caed81df3fb33b12ec285c1a233215877b554
ACPI: x86: s2idle: Add a quirk for Lenovo Slim 7 Pro 14ARH7

Lenovo Slim 7 Pro 14ARH7 has a sporadically non-functional keyboard
when resuming from s2idle.  This is caused by some missing calls to the
EC that don't occur in the AMD codepath but only in the Microsoft codepath.

Add the system to the quirk list to force Microsoft codepath.

Reported-by: Travis Glenn Hansen <travisghansen@yahoo.com>
Reported-by: Sebastian S. <iam@decentr.al>
Link: https://bugzilla.kernel.org/show_bug.cgi?id=216473
Link: https://bugzilla.kernel.org/show_bug.cgi?id=216438
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/x86/s2idle.c