diff options
-rw-r--r-- | src/southbridge/intel/lynxpoint/acpi/usb.asl | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/southbridge/intel/lynxpoint/acpi/usb.asl b/src/southbridge/intel/lynxpoint/acpi/usb.asl index 2fe67506b8..9c9b6b0b65 100644 --- a/src/southbridge/intel/lynxpoint/acpi/usb.asl +++ b/src/southbridge/intel/lynxpoint/acpi/usb.asl @@ -309,11 +309,6 @@ Device (XHCI) Store (1, AX15) } - // Put device in D3 if it was there originally - If (LEqual (Local0, 3)) { - Store (3, ^D0D3) - } - Return () } @@ -371,9 +366,7 @@ Device (XHCI) } // Put device in D3 - If (LEqual (Local0, 3)) { - Store (3, ^D0D3) - } + Store (3, ^D0D3) Return () } |