summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/ec/lenovo/h8/acpi/thermal.asl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ec/lenovo/h8/acpi/thermal.asl b/src/ec/lenovo/h8/acpi/thermal.asl
index 4f3b76e4dda4..fa5a282f545d 100644
--- a/src/ec/lenovo/h8/acpi/thermal.asl
+++ b/src/ec/lenovo/h8/acpi/thermal.asl
@@ -97,7 +97,7 @@ External (\PPKG, MethodObj)
Name (_AL0, Package () { FAN })
- PowerResource (FPwR, 0, 0)
+ PowerResource (FPWR, 0, 0)
{
/*
* WINDOWS BUG: Don't read from EmbeddedControl
@@ -127,7 +127,7 @@ External (\PPKG, MethodObj)
Device (FAN)
{
Name (_HID, EISAID ("PNP0C0B"))
- Name (_PR0, Package () { FPwR })
+ Name (_PR0, Package () { FPWR })
}
}