diff options
| author | Kiran K <kiran.k@intel.com> | 2026-02-28 12:12:39 +0300 |
|---|---|---|
| committer | Luiz Augusto von Dentz <luiz.von.dentz@intel.com> | 2026-04-10 17:29:42 +0300 |
| commit | 5741118b5da398f3864be04044de975aa154af1d (patch) | |
| tree | f39d5520911f8bbc9ba4cd3377813aa51ff57452 | |
| parent | 0e77b6ad7ae41894742b0e3ba0a80506e4ad1b5e (diff) | |
| download | linux-5741118b5da398f3864be04044de975aa154af1d.tar.xz | |
Bluetooth: btintel_pcie: Add device id of Scorpious2, Nova Lake-PCD-S
sudo lspci -v -k -d 8086:6e74
80:14.7 Bluetooth: Intel Corporation Device 6e74 (rev 10)
Subsystem: Intel Corporation Device 0011
Flags: bus master, fast devsel, latency 0, IRQ 16
Memory at 200002a8000 (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>
| -rw-r--r-- | drivers/bluetooth/btintel_pcie.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/bluetooth/btintel_pcie.c b/drivers/bluetooth/btintel_pcie.c index 785b624aaf5c..a817a571f720 100644 --- a/drivers/bluetooth/btintel_pcie.c +++ b/drivers/bluetooth/btintel_pcie.c @@ -49,6 +49,8 @@ static const struct pci_device_id btintel_pcie_table[] = { { BTINTEL_PCI_DEVICE(0xE476, PCI_ANY_ID) }, /* Scorpious2, Nova Lake-PCD-H */ { BTINTEL_PCI_DEVICE(0xD346, PCI_ANY_ID) }, + /* Scorpious2, Nova Lake-PCD-S */ + { BTINTEL_PCI_DEVICE(0x6E74, PCI_ANY_ID) }, { 0 } }; MODULE_DEVICE_TABLE(pci, btintel_pcie_table); |
