aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth
diff options
context:
space:
mode:
authorKiran K <kiran.k@intel.com>2025-07-28 21:19:08 +0530
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2025-09-27 11:37:00 -0400
commit2bae7d46149339905a4b89543c5c5b98c1771b30 (patch)
treefff86ca68f88432c4ffd22ad43044c1008d34501 /drivers/bluetooth
parentBluetooth: btintel_pcie: Add support for _suspend() / _resume() (diff)
downloadlinux-2bae7d46149339905a4b89543c5c5b98c1771b30.tar.gz
linux-2bae7d46149339905a4b89543c5c5b98c1771b30.zip
Bluetooth: btintel_pcie: Add Bluetooth core/platform as comments
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>
Diffstat (limited to 'drivers/bluetooth')
-rw-r--r--drivers/bluetooth/btintel_pcie.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/bluetooth/btintel_pcie.c b/drivers/bluetooth/btintel_pcie.c
index b3c197b26e89..969e22c674cb 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);