mirror of
https://github.com/torvalds/linux.git
synced 2026-07-29 10:41:49 +02:00
platform/x86: acer-wmi: Enable fan control for PH16-72 and PT14-51
Both machines support the necessary WMI methods, so enable fan control for them. Signed-off-by: Armin Wolf <W_Armin@gmx.de> Link: https://patch.msgid.link/20251016180008.465593-4-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
0cc5153f13
commit
d727823c13
|
|
@ -465,6 +465,7 @@ static struct quirk_entry quirk_acer_predator_ph16_72 = {
|
|||
.cpu_fans = 1,
|
||||
.gpu_fans = 1,
|
||||
.predator_v4 = 1,
|
||||
.pwm = 1,
|
||||
};
|
||||
|
||||
static struct quirk_entry quirk_acer_predator_pt14_51 = {
|
||||
|
|
@ -472,6 +473,7 @@ static struct quirk_entry quirk_acer_predator_pt14_51 = {
|
|||
.cpu_fans = 1,
|
||||
.gpu_fans = 1,
|
||||
.predator_v4 = 1,
|
||||
.pwm = 1,
|
||||
};
|
||||
|
||||
static struct quirk_entry quirk_acer_predator_v4 = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user