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 device id of Scorpius Peak2, Nova Lake-PCD-H

sudo lspci -v -k -d 8086:d346
00:14.7 Bluetooth: Intel Corporation Device d346
Subsystem: Intel Corporation Device 0011
Flags: bus master, fast devsel, latency 0, IRQ 16, IOMMU group 14
Memory at b018378000 (64-bit, non-prefetchable) [size=16K]
Capabilities: [c8] Power Management version 3
Capabilities: [d0] MSI: Enable- Count=1/1 Maskable- 64bit+
Capabilities: [40] Express Root Complex Integrated Endpoint, MSI 00
Capabilities: [80] MSI-X: Enable+ Count=32 Masked-
Capabilities: [100] Latency Tolerance Reporting
Kernel driver in use: btintel_pcie
Kernel modules: btintel_pcie

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
0e77b6ad 68a1729a

+2
+2
drivers/bluetooth/btintel_pcie.c
··· 47 47 { BTINTEL_PCI_DEVICE(0xE376, PCI_ANY_ID) }, 48 48 /* Scorpious, Panther Lake-H404 */ 49 49 { BTINTEL_PCI_DEVICE(0xE476, PCI_ANY_ID) }, 50 + /* Scorpious2, Nova Lake-PCD-H */ 51 + { BTINTEL_PCI_DEVICE(0xD346, PCI_ANY_ID) }, 50 52 { 0 } 51 53 }; 52 54 MODULE_DEVICE_TABLE(pci, btintel_pcie_table);