]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-client.git/commitdiff
Bluetooth: btintel_pcie: Add device id of Scorpius Peak2, Nova Lake-PCD-H
authorKiran K <kiran.k@intel.com>
Sat, 28 Feb 2026 09:12:38 +0000 (14:42 +0530)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Fri, 10 Apr 2026 14:29:23 +0000 (10:29 -0400)
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>
drivers/bluetooth/btintel_pcie.c

index a907b493d153b1fbdad256952445eb07eea04cde..785b624aaf5cd826537458a00615f4bd32b71c7c 100644 (file)
@@ -47,6 +47,8 @@ static const struct pci_device_id btintel_pcie_table[] = {
        { BTINTEL_PCI_DEVICE(0xE376, PCI_ANY_ID) },
         /* Scorpious, Panther Lake-H404 */
        { BTINTEL_PCI_DEVICE(0xE476, PCI_ANY_ID) },
+        /* Scorpious2, Nova Lake-PCD-H */
+       { BTINTEL_PCI_DEVICE(0xD346, PCI_ANY_ID) },
        { 0 }
 };
 MODULE_DEVICE_TABLE(pci, btintel_pcie_table);