Skip to content

Commit

Permalink
Bluetooth: btintel: Add support for BlazarU core
Browse files Browse the repository at this point in the history
Add support for BlazarU core (CNVi).

Signed-off-by: Kiran K <[email protected]>
Signed-off-by: Luiz Augusto von Dentz <[email protected]>
(cherry picked from commit 880120d5f12e3e9af6472f2ddddb33a6c2648418)
  • Loading branch information
kirankrishnappa-intel authored and opsiff committed Nov 18, 2024
1 parent 6ffd122 commit a173050
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions drivers/bluetooth/btintel.c
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,7 @@ static int btintel_version_info_tlv(struct hci_dev *hdev,
case 0x19: /* Slr-F */
case 0x1b: /* Mgr */
case 0x1c: /* Gale Peak (GaP) */
case 0x1d: /* BlazarU (BzrU) */
case 0x1e: /* BlazarI (Bzr) */
break;
default:
Expand Down Expand Up @@ -2612,6 +2613,7 @@ static void btintel_set_msft_opcode(struct hci_dev *hdev, u8 hw_variant)
case 0x19:
case 0x1b:
case 0x1c:
case 0x1d:
case 0x1e:
hci_set_msft_opcode(hdev, 0xFC1E);
break;
Expand Down Expand Up @@ -2834,6 +2836,7 @@ static int btintel_setup_combined(struct hci_dev *hdev)
case 0x19:
case 0x1b:
case 0x1c:
case 0x1d:
case 0x1e:
/* Display version information of TLV type */
btintel_version_info_tlv(hdev, &ver_tlv);
Expand Down

0 comments on commit a173050

Please sign in to comment.