Skip to content

Commit 00e061c

Browse files
committed
Add hardware variant(0x1c) for Gale Peak core (CNVi).
1 parent dfe0e21 commit 00e061c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

IntelBluetoothFirmware/IntelBluetoothOpsGen3.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,8 @@ setup()
215215
case 0x17:
216216
case 0x18:
217217
case 0x19:
218+
case 0x1b:
219+
case 0x1c:
218220
/* Display version information of TLV type */
219221
versionInfoTLV(&verTLV);
220222

@@ -624,6 +626,8 @@ versionInfoTLV(IntelVersionTLV *version)
624626
case 0x17: /* TyP */
625627
case 0x18: /* Slr */
626628
case 0x19: /* Slr-F */
629+
case 0x1b: /* Mgr */
630+
case 0x1c: /* Gale Peak (GaP) */
627631
break;
628632
default:
629633
XYLog("Unsupported Intel hardware variant (0x%x)\n",

0 commit comments

Comments
 (0)