Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

platform/x86: acer-wmi: Add support for PHN16-72

A user reported that the config of the PH16-72 also works on
the PHN16-72. Add support for this new device as well.

Suggested-by: Fa-Iz Faadhillah Ibrahim <faiz.faadhillah@gmail.com>
Signed-off-by: Armin Wolf <W_Armin@gmx.de>
Link: https://patch.msgid.link/20251016180008.465593-5-W_Armin@gmx.de
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>

authored by

Armin Wolf and committed by
Ilpo Järvinen
45cf02f2 d727823c

+9
+9
drivers/platform/x86/acer-wmi.c
··· 694 694 }, 695 695 { 696 696 .callback = dmi_matched, 697 + .ident = "Acer Predator Helios Neo 16", 698 + .matches = { 699 + DMI_MATCH(DMI_SYS_VENDOR, "Acer"), 700 + DMI_MATCH(DMI_PRODUCT_NAME, "Predator PHN16-72"), 701 + }, 702 + .driver_data = &quirk_acer_predator_ph16_72, 703 + }, 704 + { 705 + .callback = dmi_matched, 697 706 .ident = "Acer Predator PH18-71", 698 707 .matches = { 699 708 DMI_MATCH(DMI_SYS_VENDOR, "Acer"),