diff options
| author | Mieczyslaw Nalewaj | 2025-05-17 23:18:57 +0000 |
|---|---|---|
| committer | Robert Marko | 2025-05-18 08:02:09 +0000 |
| commit | dcc21427f16ec8a18a0982dee92e9db03146d8d8 (patch) | |
| tree | 4901951360c1ea45f0c8bbe1ce0c45230cf56b34 | |
| parent | 800ea46bd5df6bc65ef389394db8aec0d3b2f355 (diff) | |
| download | openwrt-dcc21427f16ec8a18a0982dee92e9db03146d8d8.tar.gz | |
generic: refresh patches
Made: 'make target/linux/refresh'
Fixes: fbd31da8402e ("generic: make xhci-pci-renesas a proper modular driver")
Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com>
Link: https://github.com/openwrt/openwrt/pull/18832
Signed-off-by: Robert Marko <robimarko@gmail.com>
| -rw-r--r-- | target/linux/generic/backport-6.6/806-03-v6.12-xhci-pci-Make-xhci-pci-renesas-a-proper-modular-driver.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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 e52e48a3f2..50fe87a983 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 <gregkh@linuxfoundation.org> #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) |