[coreboot-gerrit] Change in coreboot[master]: [UNTESTED]mb/lenovo/t400: Generate undock event with dock bu...

Arthur Heymans (Code Review) gerrit at coreboot.org
Wed May 3 19:27:05 CEST 2017


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

Change subject: [UNTESTED]mb/lenovo/t400: Generate undock event with dock button
......................................................................

[UNTESTED]mb/lenovo/t400: Generate undock event with dock button

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


  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/51/19551/1

diff --git a/src/mainboard/lenovo/t400/acpi/dock.asl b/src/mainboard/lenovo/t400/acpi/dock.asl
index 2e29096..36bf4bc 100644
--- a/src/mainboard/lenovo/t400/acpi/dock.asl
+++ b/src/mainboard/lenovo/t400/acpi/dock.asl
@@ -60,6 +60,11 @@
 		Notify(\_SB.DOCK, 3)
 	}
 
+	Method(_Q50, 0, NotSerialized)
+	{
+		Notify(\_SB.DOCK, 3)
+	}
+
 	Method(_Q58, 0, NotSerialized)
 	{
 		Notify(\_SB.DOCK, 0)

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1161ed5f5c30201d2ad156d8fce4e8a90e65bff6
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