Skip to content

Commit

Permalink
Add hardware variant(0x1c) for Gale Peak core (CNVi).
Browse files Browse the repository at this point in the history
  • Loading branch information
zxystd committed Feb 6, 2024
1 parent dfe0e21 commit 00e061c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions IntelBluetoothFirmware/IntelBluetoothOpsGen3.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,8 @@ setup()
case 0x17:
case 0x18:
case 0x19:
case 0x1b:
case 0x1c:
/* Display version information of TLV type */
versionInfoTLV(&verTLV);

Expand Down Expand Up @@ -624,6 +626,8 @@ versionInfoTLV(IntelVersionTLV *version)
case 0x17: /* TyP */
case 0x18: /* Slr */
case 0x19: /* Slr-F */
case 0x1b: /* Mgr */
case 0x1c: /* Gale Peak (GaP) */
break;
default:
XYLog("Unsupported Intel hardware variant (0x%x)\n",
Expand Down

0 comments on commit 00e061c

Please sign in to comment.