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

Patrick Rudolph (Code Review) gerrit at coreboot.org
Fri May 19 09:53:29 CEST 2017


Patrick Rudolph has submitted this change and it was merged. ( https://review.coreboot.org/19551 )

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


mb/lenovo/t400: Generate undock event with dock button

Change-Id: I1161ed5f5c30201d2ad156d8fce4e8a90e65bff6
Signed-off-by: Arthur Heymans <arthur at aheymans.xyz>
Reviewed-on: https://review.coreboot.org/19551
Tested-by: build bot (Jenkins) <no-reply at coreboot.org>
Reviewed-by: Patrick Rudolph <siro at das-labor.org>
Reviewed-by: Paul Menzel <paulepanter at users.sourceforge.net>
---
M src/mainboard/lenovo/t400/acpi/dock.asl
1 file changed, 5 insertions(+), 0 deletions(-)

Approvals:
  Patrick Rudolph: Looks good to me, approved
  Paul Menzel: Looks good to me, but someone else must approve
  build bot (Jenkins): Verified



diff --git a/src/mainboard/lenovo/t400/acpi/dock.asl b/src/mainboard/lenovo/t400/acpi/dock.asl
index e2aa53e..4a0ccf3 100644
--- a/src/mainboard/lenovo/t400/acpi/dock.asl
+++ b/src/mainboard/lenovo/t400/acpi/dock.asl
@@ -56,6 +56,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: merged
Gerrit-Change-Id: I1161ed5f5c30201d2ad156d8fce4e8a90e65bff6
Gerrit-PatchSet: 3
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Arthur Heymans <arthur at aheymans.xyz>
Gerrit-Reviewer: Arthur Heymans <arthur at aheymans.xyz>
Gerrit-Reviewer: Patrick Rudolph <siro at das-labor.org>
Gerrit-Reviewer: Paul Menzel <paulepanter at users.sourceforge.net>
Gerrit-Reviewer: build bot (Jenkins) <no-reply at coreboot.org>



More information about the coreboot-gerrit mailing list