]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
Bluetooth: btintel_pcie: Add Bluetooth core/platform as comments
authorKiran K <kiran.k@intel.com>
Mon, 28 Jul 2025 15:49:08 +0000 (21:19 +0530)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Sat, 27 Sep 2025 15:37:00 +0000 (11:37 -0400)
Add Bluetooth CNVi core and platform names to the PCI device table for
each device ID as a comment.

Reviewed-by: Paul Menzel <pmenzel@molgen.mpg.de>
Signed-off-by: Kiran K <kiran.k@intel.com>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
drivers/bluetooth/btintel_pcie.c

index b3c197b26e892aadfc385832db1385aa3b5fa96c..969e22c674cb3dec189e023bcf13383a0fcea7e8 100644 (file)
@@ -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);