Skip to content

Commit b45d0d0

Browse files
berolinuxij-intel
authored andcommitted
platform/x86: acer-wmi: Add support for Acer PH18-71
Add Acer Predator PH18-71 to acer_quirks with predator_v4 to support mode button and fan speed sensor. Signed-off-by: Bernhard Rosenkränzer <[email protected]> Reviewed-by: Ilpo Järvinen <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Ilpo Järvinen <[email protected]>
1 parent 4cece76 commit b45d0d0

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
@@ -597,6 +597,15 @@ static const struct dmi_system_id acer_quirks[] __initconst = {
597597
},
598598
.driver_data = &quirk_acer_predator_v4,
599599
},
600+
{
601+
.callback = dmi_matched,
602+
.ident = "Acer Predator PH18-71",
603+
.matches = {
604+
DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
605+
DMI_MATCH(DMI_PRODUCT_NAME, "Predator PH18-71"),
606+
},
607+
.driver_data = &quirk_acer_predator_v4,
608+
},
600609
{
601610
.callback = set_force_caps,
602611
.ident = "Acer Aspire Switch 10E SW3-016",

0 commit comments

Comments
 (0)