mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
UPSTREAM: mb/lenovo/t400: Generate undock event with dock button
BUG=none
BRANCH=none
TEST=none
Change-Id: Id27b75d20f71bdb6c532796944e62aea79d9174d
Signed-off-by: Patrick Georgi <pgeorgi@google.com>
Original-Commit-Id: aeae34ffa4
Original-Change-Id: I1161ed5f5c30201d2ad156d8fce4e8a90e65bff6
Original-Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Original-Reviewed-on: https://review.coreboot.org/19551
Original-Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Original-Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Original-Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-on: https://chromium-review.googlesource.com/509515
Commit-Ready: Patrick Georgi <pgeorgi@chromium.org>
Tested-by: Patrick Georgi <pgeorgi@chromium.org>
Reviewed-by: Patrick Georgi <pgeorgi@chromium.org>
This commit is contained in:
parent
a22c8811ce
commit
ca5d3933d3
1 changed files with 5 additions and 0 deletions
|
@ -56,6 +56,11 @@ Scope(\_SB.PCI0.LPCB.EC)
|
|||
Notify(\_SB.DOCK, 3)
|
||||
}
|
||||
|
||||
Method(_Q50, 0, NotSerialized)
|
||||
{
|
||||
Notify(\_SB.DOCK, 3)
|
||||
}
|
||||
|
||||
Method(_Q58, 0, NotSerialized)
|
||||
{
|
||||
Notify(\_SB.DOCK, 0)
|
||||
|
|
Loading…
Add table
Reference in a new issue