From c045b4cc458a62dbb1dd99ae6a9343e52d1fe1e0 Mon Sep 17 00:00:00 2001 From: Sven Schnelle Date: Thu, 16 Jun 2011 16:43:46 +0200 Subject: X60/T60: disable USB power during suspend Change-Id: I11afba5d7531132a0274e55e8a478985a0ef956f Signed-off-by: Sven Schnelle Reviewed-on: http://review.coreboot.org/38 Tested-by: build bot (Jenkins) --- src/mainboard/lenovo/t60/acpi/platform.asl | 1 + src/mainboard/lenovo/x60/acpi/platform.asl | 1 + 2 files changed, 2 insertions(+) (limited to 'src') diff --git a/src/mainboard/lenovo/t60/acpi/platform.asl b/src/mainboard/lenovo/t60/acpi/platform.asl index 85a987bae0..de76dea93c 100644 --- a/src/mainboard/lenovo/t60/acpi/platform.asl +++ b/src/mainboard/lenovo/t60/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 */ 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 */ -- cgit v1.2.3