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 @@ -472,6 +472,7 @@ int btintel_version_info_tlv(struct hci_dev *hdev,
472
472
case 0x19 : /* Slr-F */
473
473
case 0x1b : /* Mgr */
474
474
case 0x1c : /* Gale Peak (GaP) */
475
+ case 0x1d : /* BlazarU (BzrU) */
475
476
case 0x1e : /* BlazarI (Bzr) */
476
477
break ;
477
478
default :
@@ -2718,6 +2719,7 @@ void btintel_set_msft_opcode(struct hci_dev *hdev, u8 hw_variant)
2718
2719
case 0x19 :
2719
2720
case 0x1b :
2720
2721
case 0x1c :
2722
+ case 0x1d :
2721
2723
case 0x1e :
2722
2724
hci_set_msft_opcode (hdev , 0xFC1E );
2723
2725
break ;
@@ -3063,6 +3065,7 @@ static int btintel_setup_combined(struct hci_dev *hdev)
3063
3065
case 0x17 :
3064
3066
case 0x19 :
3065
3067
case 0x1b :
3068
+ case 0x1d :
3066
3069
case 0x1e :
3067
3070
/* Display version information of TLV type */
3068
3071
btintel_version_info_tlv (hdev , & ver_tlv );
You can’t perform that action at this time.
0 commit comments