aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/hp/pavilion_m6_1035dx/acpi/mainboard.asl
diff options
context:
space:
mode:
authorAlexandru Gagniuc <mr.nuke.me@gmail.com>2014-04-18 01:01:10 -0500
committerAlexandru Gagniuc <mr.nuke.me@gmail.com>2014-04-19 03:14:35 +0200
commit91b6d3a6b9430c94989d37982a56ead948419e78 (patch)
tree6ee66ed89a8d91aa05c85aded085f1b0ff878f49 /src/mainboard/hp/pavilion_m6_1035dx/acpi/mainboard.asl
parent489ff7ef877abaa956e66e2c35e128f999570607 (diff)
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@gmail.com> Reviewed-on: http://review.coreboot.org/5545 Tested-by: build bot (Jenkins) Reviewed-by: Idwer Vollering <vidwer@gmail.com>
Diffstat (limited to 'src/mainboard/hp/pavilion_m6_1035dx/acpi/mainboard.asl')
-rw-r--r--src/mainboard/hp/pavilion_m6_1035dx/acpi/mainboard.asl2
1 files changed, 1 insertions, 1 deletions
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)