Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Kiran K and committed by
Luiz Augusto von Dentz
2bae7d46 e57362f4

+3 -3
+3 -3
drivers/bluetooth/btintel_pcie.c
··· 35 35 36 36 /* Intel Bluetooth PCIe device id table */ 37 37 static const struct pci_device_id btintel_pcie_table[] = { 38 - { BTINTEL_PCI_DEVICE(0x4D76, PCI_ANY_ID) }, 39 - { BTINTEL_PCI_DEVICE(0xA876, PCI_ANY_ID) }, 40 - { BTINTEL_PCI_DEVICE(0xE476, PCI_ANY_ID) }, 38 + { BTINTEL_PCI_DEVICE(0x4D76, PCI_ANY_ID) }, /* BlazarI, Wildcat Lake */ 39 + { BTINTEL_PCI_DEVICE(0xA876, PCI_ANY_ID) }, /* BlazarI, Lunar Lake */ 40 + { BTINTEL_PCI_DEVICE(0xE476, PCI_ANY_ID) }, /* Scorpious, Panther Lake-H404 */ 41 41 { 0 } 42 42 }; 43 43 MODULE_DEVICE_TABLE(pci, btintel_pcie_table);