On Wed, 2025-07-23 at 11:56 +0530, Kiran K wrote: > Need to add support for BlazarIW Bluetooth core used in Wildcat Lake > platform. > > Signed-off-by: Vijay Satija <vijay.satija@xxxxxxxxx> > Signed-off-by: Kiran K <kiran.k@xxxxxxxxx> Do you have a "tested-by" too? Is there an "lspci" or similar output that could be added to the commit message that would help identify this device? Typo mentioned in the comments below. Cheers > --- > drivers/bluetooth/btintel.c | 3 +++ > drivers/bluetooth/btintel_pcie.c | 1 + > 2 files changed, 4 insertions(+) > > diff --git a/drivers/bluetooth/btintel.c > b/drivers/bluetooth/btintel.c > index be69d21c9aa7..ea1521c6b2d3 100644 > --- a/drivers/bluetooth/btintel.c > +++ b/drivers/bluetooth/btintel.c > @@ -484,6 +484,7 @@ int btintel_version_info_tlv(struct hci_dev > *hdev, > case 0x1d: /* BlazarU (BzrU) */ > case 0x1e: /* BlazarI (Bzr) */ > case 0x1f: /* Scorpious Peak */ > + case 0x22: /* BlazarIW (BzrIW */ Missing closing paren <snip>