[coreboot-gerrit] New patch to review for coreboot: ee0e186 hp/pavilion_m6_1035dx: Rename "LID0" ACPI object to "LID"

Alexandru Gagniuc (mr.nuke.me@gmail.com) gerrit at coreboot.org
Sat Apr 19 00:18:06 CEST 2014


Alexandru Gagniuc (mr.nuke.me at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/5545

-gerrit

commit ee0e186c71ad1f795e94b32ce4e4849d68c911b3
Author: Alexandru Gagniuc <mr.nuke.me at gmail.com>
Date:   Fri Apr 18 01:01:10 2014 -0500

    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 <mr.nuke.me at gmail.com>
---
 src/mainboard/hp/pavilion_m6_1035dx/acpi/mainboard.asl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mainboard/hp/pavilion_m6_1035dx/acpi/mainboard.asl b/src/mainboard/hp/pavilion_m6_1035dx/acpi/mainboard.asl
index 47d7872..e30d083 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)



More information about the coreboot-gerrit mailing list