From dcc21427f16ec8a18a0982dee92e9db03146d8d8 Mon Sep 17 00:00:00 2001 From: Mieczyslaw Nalewaj Date: Sun, 18 May 2025 01:18:57 +0200 Subject: [PATCH] generic: refresh patches Made: 'make target/linux/refresh' Fixes: fbd31da8402e ("generic: make xhci-pci-renesas a proper modular driver") Signed-off-by: Mieczyslaw Nalewaj Link: https://github.com/openwrt/openwrt/pull/18832 Signed-off-by: Robert Marko --- ...xhci-pci-Make-xhci-pci-renesas-a-proper-modular-driver.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/generic/backport-6.6/806-03-v6.12-xhci-pci-Make-xhci-pci-renesas-a-proper-modular-driver.patch b/target/linux/generic/backport-6.6/806-03-v6.12-xhci-pci-Make-xhci-pci-renesas-a-proper-modular-driver.patch index e52e48a3f2c..50fe87a983c 100644 --- a/target/linux/generic/backport-6.6/806-03-v6.12-xhci-pci-Make-xhci-pci-renesas-a-proper-modular-driver.patch +++ b/target/linux/generic/backport-6.6/806-03-v6.12-xhci-pci-Make-xhci-pci-renesas-a-proper-modular-driver.patch @@ -271,7 +271,7 @@ Signed-off-by: Greg Kroah-Hartman #endif --- a/drivers/usb/host/xhci.h +++ b/drivers/usb/host/xhci.h -@@ -1648,7 +1648,7 @@ struct xhci_hcd { +@@ -1645,7 +1645,7 @@ struct xhci_hcd { #define XHCI_DEFAULT_PM_RUNTIME_ALLOW BIT_ULL(33) #define XHCI_RESET_PLL_ON_DISCONNECT BIT_ULL(34) #define XHCI_SNPS_BROKEN_SUSPEND BIT_ULL(35) -- 2.47.2