[coreboot] New patch to review: b554950 X60/T60: disable USB power during suspend

Sven Schnelle (svens@stackframe.org) gerrit at coreboot.org
Thu Jun 16 16:46:43 CEST 2011


Sven Schnelle (svens at stackframe.org) just uploaded a new patch set to gerrit, which you can find at
http://review.coreboot.org/38

-gerrit

commit b554950511184ed5132f7e54ff5bd1c57efea117
Author: Sven Schnelle <svens at stackframe.org>
Date:   Thu Jun 16 16:43:46 2011 +0200

    X60/T60: disable USB power during suspend
    
    Change-Id: I11afba5d7531132a0274e55e8a478985a0ef956f
    Signed-off-by: Sven Schnelle <svens at stackframe.org>
---
 src/mainboard/lenovo/t60/acpi/platform.asl |    1 +
 src/mainboard/lenovo/x60/acpi/platform.asl |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/mainboard/lenovo/t60/acpi/platform.asl b/src/mainboard/lenovo/t60/acpi/platform.asl
index 85a987b..de76dea 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 85a987b..de76dea 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 */




More information about the coreboot mailing list