File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -481,6 +481,7 @@ static int btintel_version_info_tlv(struct hci_dev *hdev,
481
481
case 0x19 : /* Slr-F */
482
482
case 0x1b : /* Mgr */
483
483
case 0x1c : /* Gale Peak (GaP) */
484
+ case 0x1e : /* BlazarI (Bzr) */
484
485
break ;
485
486
default :
486
487
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)
2698
2699
case 0x19 :
2699
2700
case 0x1b :
2700
2701
case 0x1c :
2702
+ case 0x1e :
2701
2703
hci_set_msft_opcode (hdev , 0xFC1E );
2702
2704
break ;
2703
2705
default :
@@ -3037,6 +3039,7 @@ static int btintel_setup_combined(struct hci_dev *hdev)
3037
3039
case 0x19 :
3038
3040
case 0x1b :
3039
3041
case 0x1c :
3042
+ case 0x1e :
3040
3043
/* Display version information of TLV type */
3041
3044
btintel_version_info_tlv (hdev , & ver_tlv );
3042
3045
You can’t perform that action at this time.
0 commit comments