lenovo/x20[01]: Don't undock on disconnecting of power from dock station
Change-Id: Id55bf259d5af187ba718de7e367395adcfc567b4 Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com> Reviewed-on: http://review.coreboot.org/6707 Tested-by: build bot (Jenkins) Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
This commit is contained in:
parent
c5e040bd23
commit
244675d7bc
2 changed files with 0 additions and 10 deletions
|
@ -61,11 +61,6 @@ 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)
|
||||
|
|
|
@ -67,11 +67,6 @@ 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…
Reference in a new issue