From 1f7c63c03460d0a28f49ec3fb93e09e94b566bb4 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Tue, 23 May 2023 17:48:17 +0100 Subject: [PATCH] fuzz --- .../xhci-pci-only-run-d3cold-avoidance-quirk-for-s2idle.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/queue-6.3/xhci-pci-only-run-d3cold-avoidance-quirk-for-s2idle.patch b/queue-6.3/xhci-pci-only-run-d3cold-avoidance-quirk-for-s2idle.patch index 34735e107e8..c9a36677560 100644 --- a/queue-6.3/xhci-pci-only-run-d3cold-avoidance-quirk-for-s2idle.patch +++ b/queue-6.3/xhci-pci-only-run-d3cold-avoidance-quirk-for-s2idle.patch @@ -37,7 +37,7 @@ Signed-off-by: Greg Kroah-Hartman #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 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. */ -- 2.47.3