]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
Bluetooth: btintel: Add support for BlazarU core
authorKiran K <kiran.k@intel.com>
Fri, 5 Jul 2024 10:29:22 +0000 (15:59 +0530)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Mon, 15 Jul 2024 14:11:55 +0000 (10:11 -0400)
Add support for BlazarU core (CNVi).

Signed-off-by: Kiran K <kiran.k@intel.com>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
drivers/bluetooth/btintel.c

index 54bfe2ffe1d2f91b39360669606c9140029a4468..e7a612504ab1d33908521be39790492dd1fb4e40 100644 (file)
@@ -472,6 +472,7 @@ 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:
@@ -2718,6 +2719,7 @@ 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;
@@ -3063,6 +3065,7 @@ static int btintel_setup_combined(struct hci_dev *hdev)
        case 0x17:
        case 0x19:
        case 0x1b:
+       case 0x1d:
        case 0x1e:
                /* Display version information of TLV type */
                btintel_version_info_tlv(hdev, &ver_tlv);