mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
X60/T60: disable USB power during suspend
Change-Id: I11afba5d7531132a0274e55e8a478985a0ef956f Signed-off-by: Sven Schnelle <svens@stackframe.org> Reviewed-on: http://review.coreboot.org/38 Tested-by: build bot (Jenkins)
This commit is contained in:
parent
86e1aea3e6
commit
c045b4cc45
2 changed files with 2 additions and 0 deletions
|
@ -68,6 +68,7 @@ Method(_PIC, 1)
|
||||||
Method(_PTS,1)
|
Method(_PTS,1)
|
||||||
{
|
{
|
||||||
\_SB.PCI0.LPCB.EC.MUTE(1)
|
\_SB.PCI0.LPCB.EC.MUTE(1)
|
||||||
|
\_SB.PCI0.LPCB.EC.USBP(0)
|
||||||
}
|
}
|
||||||
|
|
||||||
/* The _WAK method is called on system wakeup */
|
/* The _WAK method is called on system wakeup */
|
||||||
|
|
|
@ -68,6 +68,7 @@ Method(_PIC, 1)
|
||||||
Method(_PTS,1)
|
Method(_PTS,1)
|
||||||
{
|
{
|
||||||
\_SB.PCI0.LPCB.EC.MUTE(1)
|
\_SB.PCI0.LPCB.EC.MUTE(1)
|
||||||
|
\_SB.PCI0.LPCB.EC.USBP(0)
|
||||||
}
|
}
|
||||||
|
|
||||||
/* The _WAK method is called on system wakeup */
|
/* The _WAK method is called on system wakeup */
|
||||||
|
|
Loading…
Add table
Reference in a new issue