ACPI: x86: s2idle: Add another ID to s2idle_dmi_table
authorMario Limonciello <mario.limonciello@amd.com>
Wed, 28 Sep 2022 16:19:35 +0000 (11:19 -0500)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 28 Sep 2022 19:32:49 +0000 (21:32 +0200)
commit54bd1e548701640f2aff299aab192eec55571e01
treef04d4f8c6370b2f0774e2e49298d6ec55245a5a2
parent39f81776c6807d605cfec6fa7a2439fa4786034e
ACPI: x86: s2idle: Add another ID to s2idle_dmi_table

It's reported that "ASUSTeK COMPUTER INC. ROG Flow X16 GV601RW" has
non-functional fans after resume when using the AMD codepath.  This
issue is fixed using the Microsoft codepath.

Add the 3 variants of this system to the Microsoft codepath DMI table.
* GV601RW
* GV601RM
* GV601RE

Link: https://www.reddit.com/r/linuxhardware/comments/wh50nd/compatibility_report_asus_rog_flow_x16_gv601rm/
Link: https://gitlab.freedesktop.org/drm/amd/-/issues/2148#note_1571241
Reported-by: Luke Jones <luke@ljones.dev>
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