Skip to content

Commit 87ad06a

Browse files
kirankrishnappa-intelVudentz
authored andcommitted
Bluetooth: btintel: Add support for BlazarI
Add support for BlazarI (cnvi) bluetooth core. Signed-off-by: Kiran K <[email protected]> Signed-off-by: Luiz Augusto von Dentz <[email protected]>
1 parent 21d74b6 commit 87ad06a

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
@@ -481,6 +481,7 @@ static int btintel_version_info_tlv(struct hci_dev *hdev,
481481
case 0x19: /* Slr-F */
482482
case 0x1b: /* Mgr */
483483
case 0x1c: /* Gale Peak (GaP) */
484+
case 0x1e: /* BlazarI (Bzr) */
484485
break;
485486
default:
486487
bt_dev_err(hdev, "Unsupported Intel hardware variant (0x%x)",
@@ -2698,6 +2699,7 @@ static void btintel_set_msft_opcode(struct hci_dev *hdev, u8 hw_variant)
26982699
case 0x19:
26992700
case 0x1b:
27002701
case 0x1c:
2702+
case 0x1e:
27012703
hci_set_msft_opcode(hdev, 0xFC1E);
27022704
break;
27032705
default:
@@ -3037,6 +3039,7 @@ static int btintel_setup_combined(struct hci_dev *hdev)
30373039
case 0x19:
30383040
case 0x1b:
30393041
case 0x1c:
3042+
case 0x1e:
30403043
/* Display version information of TLV type */
30413044
btintel_version_info_tlv(hdev, &ver_tlv);
30423045

0 commit comments

Comments
 (0)