mirror of
https://github.com/torvalds/linux.git
synced 2026-07-31 19:47:08 +02:00
platform/x86: acer-wmi: Extend support for Acer Nitro AN515-58
The Acer Nitro AN515-58 additionally supports fan control. Modify the quirk list to enable said feature on this machine. Reported-by: Pranay Pawar <pranaypawarofficial@gmail.com> Closes: https://lore.kernel.org/platform-driver-x86/CACy5qBaFv_L5y_nGJU_3pd3CXbFZrUAE18y5Fc-hnAmrd8bSLA@mail.gmail.com/ Tested-by: Pranay Pawar <pranaypawarofficial@gmail.com> Signed-off-by: Armin Wolf <W_Armin@gmx.de> Link: https://patch.msgid.link/20260108164716.14376-1-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>
This commit is contained in:
parent
b3914291d9
commit
40901719bd
|
|
@ -455,6 +455,11 @@ static struct quirk_entry quirk_acer_travelmate_2490 = {
|
|||
.mailled = 1,
|
||||
};
|
||||
|
||||
static struct quirk_entry quirk_acer_nitro_an515_58 = {
|
||||
.predator_v4 = 1,
|
||||
.pwm = 1,
|
||||
};
|
||||
|
||||
static struct quirk_entry quirk_acer_predator_ph315_53 = {
|
||||
.turbo = 1,
|
||||
.cpu_fans = 1,
|
||||
|
|
@ -655,7 +660,7 @@ static const struct dmi_system_id acer_quirks[] __initconst = {
|
|||
DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
|
||||
DMI_MATCH(DMI_PRODUCT_NAME, "Nitro AN515-58"),
|
||||
},
|
||||
.driver_data = &quirk_acer_predator_v4,
|
||||
.driver_data = &quirk_acer_nitro_an515_58,
|
||||
},
|
||||
{
|
||||
.callback = dmi_matched,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user