diff --git a/src/southbridge/intel/lynxpoint/acpi/usb.asl b/src/southbridge/intel/lynxpoint/acpi/usb.asl index c22dbb80bc..c64d7a2a31 100644 --- a/src/southbridge/intel/lynxpoint/acpi/usb.asl +++ b/src/southbridge/intel/lynxpoint/acpi/usb.asl @@ -296,11 +296,6 @@ Device (XHCI) Store (1, AX15) } - // Put device in D3 if it was there originally - If (LEqual (Local0, 3)) { - Store (3, ^D0D3) - } - Return () } @@ -358,9 +353,7 @@ Device (XHCI) } // Put device in D3 - If (LEqual (Local0, 3)) { - Store (3, ^D0D3) - } + Store (3, ^D0D3) Return () }