Skip to content

Commit 880120d

Browse files
kirankrishnappa-intelVudentz
authored andcommitted
Bluetooth: btintel: Add support for BlazarU core
Add support for BlazarU core (CNVi). Signed-off-by: Kiran K <[email protected]> Signed-off-by: Luiz Augusto von Dentz <[email protected]>
1 parent ceac1cb commit 880120d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

drivers/bluetooth/btintel.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -472,6 +472,7 @@ int btintel_version_info_tlv(struct hci_dev *hdev,
472472
case 0x19: /* Slr-F */
473473
case 0x1b: /* Mgr */
474474
case 0x1c: /* Gale Peak (GaP) */
475+
case 0x1d: /* BlazarU (BzrU) */
475476
case 0x1e: /* BlazarI (Bzr) */
476477
break;
477478
default:
@@ -2718,6 +2719,7 @@ void btintel_set_msft_opcode(struct hci_dev *hdev, u8 hw_variant)
27182719
case 0x19:
27192720
case 0x1b:
27202721
case 0x1c:
2722+
case 0x1d:
27212723
case 0x1e:
27222724
hci_set_msft_opcode(hdev, 0xFC1E);
27232725
break;
@@ -3063,6 +3065,7 @@ static int btintel_setup_combined(struct hci_dev *hdev)
30633065
case 0x17:
30643066
case 0x19:
30653067
case 0x1b:
3068+
case 0x1d:
30663069
case 0x1e:
30673070
/* Display version information of TLV type */
30683071
btintel_version_info_tlv(hdev, &ver_tlv);

0 commit comments

Comments
 (0)