mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 10:00:17 +00:00
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 <bero@baylibre.com> Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> Link: https://lore.kernel.org/r/20240329152800.29393-1-bero@baylibre.com Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
This commit is contained in:
committed by
Ilpo Järvinen
parent
4cece76496
commit
b45d0d01da
@@ -597,6 +597,15 @@ static const struct dmi_system_id acer_quirks[] __initconst = {
|
|||||||
},
|
},
|
||||||
.driver_data = &quirk_acer_predator_v4,
|
.driver_data = &quirk_acer_predator_v4,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
.callback = dmi_matched,
|
||||||
|
.ident = "Acer Predator PH18-71",
|
||||||
|
.matches = {
|
||||||
|
DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
|
||||||
|
DMI_MATCH(DMI_PRODUCT_NAME, "Predator PH18-71"),
|
||||||
|
},
|
||||||
|
.driver_data = &quirk_acer_predator_v4,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
.callback = set_force_caps,
|
.callback = set_force_caps,
|
||||||
.ident = "Acer Aspire Switch 10E SW3-016",
|
.ident = "Acer Aspire Switch 10E SW3-016",
|
||||||
|
|||||||
Reference in New Issue
Block a user