[PATCH 1/2][SRU][U][R][Q] Bluetooth: btintel_pcie: Add Bluetooth core/platform as comments
You-Sheng Yang
vicamo.yang at canonical.com
Mon Oct 20 16:05:44 UTC 2025
From: Kiran K <kiran.k at intel.com>
BugLink: https://bugs.launchpad.net/bugs/2116169
Add Bluetooth CNVi core and platform names to the PCI device table for
each device ID as a comment.
Reviewed-by: Paul Menzel <pmenzel at molgen.mpg.de>
Signed-off-by: Kiran K <kiran.k at intel.com>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz at intel.com>
(cherry picked from commit ba16f2164b121f18070c58a022adc3674a579104 linux-next)
Signed-off-by: You-Sheng Yang <vicamo.yang at canonical.com>
---
drivers/bluetooth/btintel_pcie.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/bluetooth/btintel_pcie.c b/drivers/bluetooth/btintel_pcie.c
index 6e7bbbd35279f..e618f5313e7f9 100644
--- a/drivers/bluetooth/btintel_pcie.c
+++ b/drivers/bluetooth/btintel_pcie.c
@@ -35,9 +35,9 @@
/* Intel Bluetooth PCIe device id table */
static const struct pci_device_id btintel_pcie_table[] = {
- { BTINTEL_PCI_DEVICE(0x4D76, PCI_ANY_ID) },
- { BTINTEL_PCI_DEVICE(0xA876, PCI_ANY_ID) },
- { BTINTEL_PCI_DEVICE(0xE476, PCI_ANY_ID) },
+ { BTINTEL_PCI_DEVICE(0x4D76, PCI_ANY_ID) }, /* BlazarI, Wildcat Lake */
+ { BTINTEL_PCI_DEVICE(0xA876, PCI_ANY_ID) }, /* BlazarI, Lunar Lake */
+ { BTINTEL_PCI_DEVICE(0xE476, PCI_ANY_ID) }, /* Scorpious, Panther Lake-H404 */
{ 0 }
};
MODULE_DEVICE_TABLE(pci, btintel_pcie_table);
--
2.51.0
More information about the kernel-team
mailing list