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 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>

authored by

Kiran K and committed by
Luiz Augusto von Dentz
6053b532 70c672f9

+1
+1
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) }, 38 39 { BTINTEL_PCI_DEVICE(0xA876, PCI_ANY_ID) }, 39 40 { BTINTEL_PCI_DEVICE(0xE476, PCI_ANY_ID) }, 40 41 { 0 }