diff options
author | Kiran K <kiran.k@intel.com> | 2025-06-21 12:16:31 +0530 |
---|---|---|
committer | Luiz Augusto von Dentz <luiz.von.dentz@intel.com> | 2025-07-23 10:25:03 -0400 |
commit | 6053b532d345b551a5d4b87fb721a0bc51393858 (patch) | |
tree | 7392581e38e61b813ed37516a680788b6b802d27 | |
parent | 70c672f933337fc1de2df8628567ee0a8146562b (diff) |
Bluetooth: btintel_pcie: Add support for device 0x4d76
lspci -v -k -d 8086:4d76
00:14.7 Bluetooth: Intel Corporation Device 4d76
Subsystem: Intel Corporation Device 0011
Flags: fast devsel, IRQ 255, IOMMU group 12
Memory at 13013328000 (64-bit, non-prefetchable) [disabled] [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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/bluetooth/btintel_pcie.c b/drivers/bluetooth/btintel_pcie.c index 565d04e0afc6..ce59a98f1b6a 100644 --- a/drivers/bluetooth/btintel_pcie.c +++ b/drivers/bluetooth/btintel_pcie.c @@ -35,6 +35,7 @@ /* 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) }, { 0 } |