[coreboot-gerrit] Change in coreboot[master]: [NOTFORMERGE] mb/lenovo/t400: Remove false docking events

Arthur Heymans (Code Review) gerrit at coreboot.org
Tue Aug 8 14:25:45 CEST 2017


Arthur Heymans has uploaded this change for review. ( https://review.coreboot.org/20908


Change subject: [NOTFORMERGE] mb/lenovo/t400: Remove false docking events
......................................................................

[NOTFORMERGE] mb/lenovo/t400: Remove false docking events

Only EC event Q37 and Q50 can be found in vendor DSDT.

Change-Id: I327002f5626316948c806f4afcb6466575ffc55c
Signed-off-by: Arthur Heymans <arthur at aheymans.xyz>
---
M src/mainboard/lenovo/t400/acpi/dock.asl
1 file changed, 1 insertion(+), 16 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/08/20908/1

diff --git a/src/mainboard/lenovo/t400/acpi/dock.asl b/src/mainboard/lenovo/t400/acpi/dock.asl
index 4a0ccf3..7570e16 100644
--- a/src/mainboard/lenovo/t400/acpi/dock.asl
+++ b/src/mainboard/lenovo/t400/acpi/dock.asl
@@ -46,27 +46,12 @@
 
 Scope(\_SB.PCI0.LPCB.EC)
 {
-	Method(_Q18, 0, NotSerialized)
-	{
-		Notify(\_SB.DOCK, 3)
-	}
-
-	Method(_Q45, 0, NotSerialized)
-	{
-		Notify(\_SB.DOCK, 3)
-	}
-
 	Method(_Q50, 0, NotSerialized)
 	{
 		Notify(\_SB.DOCK, 3)
 	}
 
-	Method(_Q58, 0, NotSerialized)
-	{
-		Notify(\_SB.DOCK, 0)
-	}
-
-	Method(_Q37, 0, NotSerialized)
+	Method(_Q37, 0, NotSerialized) yes
 	{
 		Notify(\_SB.DOCK, 0)
 	}

-- 
To view, visit https://review.coreboot.org/20908
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I327002f5626316948c806f4afcb6466575ffc55c
Gerrit-Change-Number: 20908
Gerrit-PatchSet: 1
Gerrit-Owner: Arthur Heymans <arthur at aheymans.xyz>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20170808/e344ef85/attachment.html>


More information about the coreboot-gerrit mailing list