On Wed, 2025-07-23 at 10:42 +0200, Bastien Nocera wrote: > 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? FWIW, Vijay's address doesn't work. Would be good to have a working one, otherwise please remove his name from the commit message. > > 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>