[coreboot-gerrit] Change in coreboot[master]: mb/lenovo/x200: Make button on dock to undock work

Arthur Heymans (Code Review) gerrit at coreboot.org
Wed May 3 13:51:04 CEST 2017


Arthur Heymans has uploaded a new change for review. ( https://review.coreboot.org/19539 )

Change subject: mb/lenovo/x200: Make button on dock to undock work
......................................................................

mb/lenovo/x200: Make button on dock to undock work

Fetched from vendor DSDT.

Change-Id: Ib74408802e977d9caabcb815c9cbd06bd8dbe395
Signed-off-by: Arthur Heymans <arthur at aheymans.xyz>
---
M src/mainboard/lenovo/x200/acpi/dock.asl
1 file changed, 12 insertions(+), 2 deletions(-)


  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/39/19539/1

diff --git a/src/mainboard/lenovo/x200/acpi/dock.asl b/src/mainboard/lenovo/x200/acpi/dock.asl
index e2aa53e..0c7c9ab 100644
--- a/src/mainboard/lenovo/x200/acpi/dock.asl
+++ b/src/mainboard/lenovo/x200/acpi/dock.asl
@@ -51,7 +51,17 @@
 		Notify(\_SB.DOCK, 3)
 	}
 
+	Method(_Q37, 0, NotSerialized)
+	{
+		Notify(\_SB.DOCK, 0)
+	}
+
 	Method(_Q45, 0, NotSerialized)
+	{
+		Notify(\_SB.DOCK, 3)
+	}
+
+	Method(_Q50, 0, NotSerialized)
 	{
 		Notify(\_SB.DOCK, 3)
 	}
@@ -61,8 +71,8 @@
 		Notify(\_SB.DOCK, 0)
 	}
 
-	Method(_Q37, 0, NotSerialized)
+	Method(_Q5A, 0, NotSerialized)
 	{
-		Notify(\_SB.DOCK, 0)
+		Notify(\_SB.DOCK, 3)
 	}
 }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib74408802e977d9caabcb815c9cbd06bd8dbe395
Gerrit-PatchSet: 1
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Arthur Heymans <arthur at aheymans.xyz>



More information about the coreboot-gerrit mailing list