From: Greg Kroah-Hartman Date: Sun, 9 Mar 2025 21:22:10 +0000 (+0100) Subject: 5.10-stable patches X-Git-Tag: v5.4.291~76 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fe4a257fbfff820321a8be0766e20e8a0f6bd9e6;p=thirdparty%2Fkernel%2Fstable-queue.git 5.10-stable patches added patches: xhci-pci-fix-indentation-in-the-pci-device-id-definitions.patch --- diff --git a/queue-5.10/series b/queue-5.10/series index e126af9fef..a064ec6374 100644 --- a/queue-5.10/series +++ b/queue-5.10/series @@ -455,3 +455,4 @@ usb-gadget-set-self-powered-based-on-maxpower-and-bmattributes.patch usb-gadget-fix-setting-self-powered-state-on-suspend.patch usb-gadget-check-bmattributes-only-if-configuration-is-valid.patch kbuild-userprogs-use-correct-lld-when-linking-through-clang.patch +xhci-pci-fix-indentation-in-the-pci-device-id-definitions.patch diff --git a/queue-5.10/xhci-pci-fix-indentation-in-the-pci-device-id-definitions.patch b/queue-5.10/xhci-pci-fix-indentation-in-the-pci-device-id-definitions.patch new file mode 100644 index 0000000000..25ac749944 --- /dev/null +++ b/queue-5.10/xhci-pci-fix-indentation-in-the-pci-device-id-definitions.patch @@ -0,0 +1,42 @@ +From 0309ed83791c079f239c13e0c605210425cd1a61 Mon Sep 17 00:00:00 2001 +From: Andy Shevchenko +Date: Wed, 6 Nov 2024 12:14:48 +0200 +Subject: xhci: pci: Fix indentation in the PCI device ID definitions + +From: Andy Shevchenko + +commit 0309ed83791c079f239c13e0c605210425cd1a61 upstream. + +Some of the definitions are missing the one TAB, add it to them. + +Signed-off-by: Andy Shevchenko +Link: https://lore.kernel.org/r/20241106101459.775897-23-mathias.nyman@linux.intel.com +Signed-off-by: Greg Kroah-Hartman +--- + drivers/usb/host/xhci-pci.c | 8 ++++---- + 1 file changed, 4 insertions(+), 4 deletions(-) + +--- a/drivers/usb/host/xhci-pci.c ++++ b/drivers/usb/host/xhci-pci.c +@@ -27,8 +27,8 @@ + #define SPARSE_CNTL_ENABLE 0xC12C + + /* Device for a quirk */ +-#define PCI_VENDOR_ID_FRESCO_LOGIC 0x1b73 +-#define PCI_DEVICE_ID_FRESCO_LOGIC_PDK 0x1000 ++#define PCI_VENDOR_ID_FRESCO_LOGIC 0x1b73 ++#define PCI_DEVICE_ID_FRESCO_LOGIC_PDK 0x1000 + #define PCI_DEVICE_ID_FRESCO_LOGIC_FL1009 0x1009 + #define PCI_DEVICE_ID_FRESCO_LOGIC_FL1100 0x1100 + #define PCI_DEVICE_ID_FRESCO_LOGIC_FL1400 0x1400 +@@ -37,8 +37,8 @@ + #define PCI_DEVICE_ID_EJ168 0x7023 + #define PCI_DEVICE_ID_EJ188 0x7052 + +-#define PCI_DEVICE_ID_INTEL_LYNXPOINT_XHCI 0x8c31 +-#define PCI_DEVICE_ID_INTEL_LYNXPOINT_LP_XHCI 0x9c31 ++#define PCI_DEVICE_ID_INTEL_LYNXPOINT_XHCI 0x8c31 ++#define PCI_DEVICE_ID_INTEL_LYNXPOINT_LP_XHCI 0x9c31 + #define PCI_DEVICE_ID_INTEL_WILDCATPOINT_LP_XHCI 0x9cb1 + #define PCI_DEVICE_ID_INTEL_CHERRYVIEW_XHCI 0x22b5 + #define PCI_DEVICE_ID_INTEL_SUNRISEPOINT_H_XHCI 0xa12f