hp/pavilion_m6_1035dx: Implement MB.LIDS ACPI method

Change-Id: I654ca745f7404b86aa25fb2e696751d616d0ca03
Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Reviewed-on: http://review.coreboot.org/5517
Tested-by: build bot (Jenkins)
Reviewed-by: Idwer Vollering <vidwer@gmail.com>
This commit is contained in:
Alexandru Gagniuc 2014-04-09 20:52:46 -05:00
parent 5db38a38c9
commit 7f09b754f9
1 changed files with 4 additions and 1 deletions

View File

@ -98,6 +98,9 @@ Scope (\_SB) {
Store( Not(GP57), GP57 )
}
/* Return lid state */
Method (LIDS) { /* Stub */ }
Method (LIDS)
{
Return(GE22)
}
}
}