]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
fuzz
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 23 May 2023 16:48:17 +0000 (17:48 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 23 May 2023 16:48:17 +0000 (17:48 +0100)
queue-6.3/xhci-pci-only-run-d3cold-avoidance-quirk-for-s2idle.patch

index 34735e107e8b65d4381a2beabf54e40b632b9777..c9a36677560237809369b048238b6ff3930deb65 100644 (file)
@@ -37,7 +37,7 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  
  #include "xhci.h"
  #include "xhci-trace.h"
-@@ -209,7 +210,7 @@ static void xhci_pci_quirks(struct devic
+@@ -194,7 +195,7 @@ static void xhci_pci_quirks(struct devic
  
        if (pdev->vendor == PCI_VENDOR_ID_AMD &&
                pdev->device == PCI_DEVICE_ID_AMD_RENOIR_XHCI)
@@ -46,7 +46,7 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  
        if (pdev->vendor == PCI_VENDOR_ID_INTEL) {
                xhci->quirks |= XHCI_LPM_SUPPORT;
-@@ -624,9 +625,16 @@ static int xhci_pci_suspend(struct usb_h
+@@ -609,9 +610,16 @@ static int xhci_pci_suspend(struct usb_h
         * Systems with the TI redriver that loses port status change events
         * need to have the registers polled during D3, so avoid D3cold.
         */