Evgeny Zinoviev has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/33100
Change subject: ec/lenovo/h8: Fix method name in ACPI code ......................................................................
ec/lenovo/h8: Fix method name in ACPI code
Fix a typo.
Change-Id: I2ab624eccd9bad36908df7fd739828e9ed8a4f62 Signed-off-by: Evgeny Zinoviev me@ch1p.io --- M src/ec/lenovo/h8/acpi/lid.asl 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/00/33100/1
diff --git a/src/ec/lenovo/h8/acpi/lid.asl b/src/ec/lenovo/h8/acpi/lid.asl index a8e17cb..c9142f5 100644 --- a/src/ec/lenovo/h8/acpi/lid.asl +++ b/src/ec/lenovo/h8/acpi/lid.asl @@ -28,7 +28,7 @@ { Name(_HID, "PNP0C0D")
- Method(_LId, 0, NotSerialized) + Method(_LID, 0, NotSerialized) { return (LIDS) }