From 91b6d3a6b9430c94989d37982a56ead948419e78 Mon Sep 17 00:00:00 2001 From: Alexandru Gagniuc Date: Fri, 18 Apr 2014 01:01:10 -0500 Subject: hp/pavilion_m6_1035dx: Rename "LID0" ACPI object to "LID" There is only one lid switch, so it does not make sense to number it. This naming is also consistent with the examples in the ACPI spec. Change-Id: Ida0a4a89ca03b2aad4fc77e52996e86332d370cd Signed-off-by: Alexandru Gagniuc Reviewed-on: http://review.coreboot.org/5545 Tested-by: build bot (Jenkins) Reviewed-by: Idwer Vollering --- src/mainboard/hp/pavilion_m6_1035dx/acpi/mainboard.asl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard/hp/pavilion_m6_1035dx/acpi/mainboard.asl') diff --git a/src/mainboard/hp/pavilion_m6_1035dx/acpi/mainboard.asl b/src/mainboard/hp/pavilion_m6_1035dx/acpi/mainboard.asl index 47d7872bff..e30d083aa8 100644 --- a/src/mainboard/hp/pavilion_m6_1035dx/acpi/mainboard.asl +++ b/src/mainboard/hp/pavilion_m6_1035dx/acpi/mainboard.asl @@ -73,7 +73,7 @@ } Scope (\_SB) { - Device (LID0) + Device (LID) { Name(_HID, EisaId("PNP0C0D")) Method(_LID, 0) -- cgit v1.2.3