aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/lenovo/x60/acpi
diff options
context:
space:
mode:
authorSven Schnelle <svens@stackframe.org>2011-06-16 16:43:46 +0200
committerSven Schnelle <svens@stackframe.org>2011-06-16 17:20:56 +0200
commitc045b4cc458a62dbb1dd99ae6a9343e52d1fe1e0 (patch)
tree5d29d29436a6c6d9d20d53301a0e784d44c86116 /src/mainboard/lenovo/x60/acpi
parent86e1aea3e6ff0610ab832d923b530b3c5a768c71 (diff)
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)
Diffstat (limited to 'src/mainboard/lenovo/x60/acpi')
-rw-r--r--src/mainboard/lenovo/x60/acpi/platform.asl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/lenovo/x60/acpi/platform.asl b/src/mainboard/lenovo/x60/acpi/platform.asl
index 85a987bae0..de76dea93c 100644
--- a/src/mainboard/lenovo/x60/acpi/platform.asl
+++ b/src/mainboard/lenovo/x60/acpi/platform.asl
@@ -68,6 +68,7 @@ Method(_PIC, 1)
Method(_PTS,1)
{
\_SB.PCI0.LPCB.EC.MUTE(1)
+ \_SB.PCI0.LPCB.EC.USBP(0)
}
/* The _WAK method is called on system wakeup */