Skip to content

Commit eb794e3

Browse files
Binbin Zhourafaeljw
authored andcommitted
ACPI: EC: Use ec_no_wakeup on HP ZHAN 66 Pro
EC interrupts constantly wake up system from s2idle, so set ec_no_wakeup by default to keep the system in s2idle and reduce energy consumption. Signed-off-by: Binbin Zhou <[email protected]> [ rjw: Changelog and subject edits ] Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent c0d6586 commit eb794e3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

drivers/acpi/ec.c

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2152,6 +2152,13 @@ static const struct dmi_system_id acpi_ec_no_wakeup[] = {
21522152
DMI_MATCH(DMI_PRODUCT_FAMILY, "ThinkPad X1 Yoga 3rd"),
21532153
},
21542154
},
2155+
{
2156+
.ident = "HP ZHAN 66 Pro",
2157+
.matches = {
2158+
DMI_MATCH(DMI_SYS_VENDOR, "HP"),
2159+
DMI_MATCH(DMI_PRODUCT_FAMILY, "103C_5336AN HP ZHAN 66 Pro"),
2160+
},
2161+
},
21552162
{ },
21562163
};
21572164

0 commit comments

Comments
 (0)