Skip to content

Commit e821a99

Browse files
committed
CPU (Linux): add more Apple SOC code names
1 parent bad85a5 commit e821a99

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/detection/cpu/cpu.c

+2
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ const char* ffCPUAppleCodeToName(uint32_t code)
3737
case 6031:
3838
case 6034: return "Apple M3 Max";
3939
case 8132: return "Apple M4";
40+
case 6040: return "Apple M4 Pro";
41+
case 6041: return "Apple M4 Max";
4042
default: return NULL;
4143
}
4244
}

0 commit comments

Comments
 (0)