Skip to content

Commit 20a36ec

Browse files
onenowyij-intel
authored andcommitted
platform/x86: acer-wmi: Add support for Acer PH16-71
Add Acer Predator PH16-71 to Acer_quirks with predator_v4 to support mode button and fan speed sensor. Signed-off-by: SungHwan Jung <onenowy@gmail.com> Link: https://lore.kernel.org/r/20240220055231.6451-1-onenowy@gmail.com Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
1 parent 2e2431d commit 20a36ec

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

drivers/platform/x86/acer-wmi.c

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -584,6 +584,15 @@ static const struct dmi_system_id acer_quirks[] __initconst = {
584584
},
585585
.driver_data = &quirk_acer_predator_v4,
586586
},
587+
{
588+
.callback = dmi_matched,
589+
.ident = "Acer Predator PH16-71",
590+
.matches = {
591+
DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
592+
DMI_MATCH(DMI_PRODUCT_NAME, "Predator PH16-71"),
593+
},
594+
.driver_data = &quirk_acer_predator_v4,
595+
},
587596
{
588597
.callback = set_force_caps,
589598
.ident = "Acer Aspire Switch 10E SW3-016",

0 commit comments

Comments
 (0)