Hi Paul, >-----Original Message----- >From: Paul Menzel <pmenzel@xxxxxxxxxxxxx> >Sent: Monday, July 28, 2025 7:07 PM >To: K, Kiran <kiran.k@xxxxxxxxx> >Cc: linux-bluetooth@xxxxxxxxxxxxxxx; Srivatsa, Ravishankar ><ravishankar.srivatsa@xxxxxxxxx>; Devegowda, Chandrashekar ><chandrashekar.devegowda@xxxxxxxxx> >Subject: Re: [PATCH v2 2/2] Bluetooth: btintel_pcie: Add support for device > >Dear Kiran, > > >Thank you for your patch. > >Am 28.07.25 um 11:05 schrieb Kiran K: >> sudo lspci -v -k -d 8086:e376 >> 00:14.7 Bluetooth: Intel Corporation Device e376 >> Subsystem: Intel Corporation Device 0011 >> Flags: bus master, fast devsel, latency 0, IRQ 16, IOMMU group 14 >> Memory at 14815368000 (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 > >I’d be great if you added the name to the summary: Ack. > >Bluetooth: btintel_pcie: Add id of Scorpious, Panther Lake-H484 > >> Signed-off-by: Kiran K <kiran.k@xxxxxxxxx> >> --- >> changes in v2: >> - No change >> >> drivers/bluetooth/btintel_pcie.c | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/drivers/bluetooth/btintel_pcie.c b/drivers/bluetooth/btintel_pcie.c >> index 8f02c27bc544..c0c3e17a4fa4 100644 >> --- a/drivers/bluetooth/btintel_pcie.c >> +++ b/drivers/bluetooth/btintel_pcie.c >> @@ -37,6 +37,7 @@ >> static const struct pci_device_id btintel_pcie_table[] = { >> { BTINTEL_PCI_DEVICE(0x4D76, PCI_ANY_ID) }, /* BlazarI, Wildcat Lake >*/ >> { BTINTEL_PCI_DEVICE(0xA876, PCI_ANY_ID) }, /* BlazarI, Lunar Lake */ >> + { BTINTEL_PCI_DEVICE(0xE376, PCI_ANY_ID) }, /* Scorpious, Panther >Lake-H484 */ >> { BTINTEL_PCI_DEVICE(0xE476, PCI_ANY_ID) }, /* Scorpious, Panther >Lake-H404 */ >> { 0 } >> }; > >The diff looks good. > >Reviewed-by: Paul Menzel <pmenzel@xxxxxxxxxxxxx> > > >Kind regards, > >Paul Thanks, Kiran