Skip to content

Commit 8d1e798

Browse files
committed
Add SE,ChipID for M4
1 parent e41ff99 commit 8d1e798

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/restore.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2636,7 +2636,7 @@ static plist_t restore_get_se_firmware_data(struct idevicerestore_client_t* clie
26362636
}
26372637
if (chip_id == 0x20211) {
26382638
comp_name = "SE,Firmware";
2639-
} else if (chip_id == 0x73 || chip_id == 0x64 || chip_id == 0xC8 || chip_id == 0xD2 || chip_id == 0x2C || chip_id == 0x36) {
2639+
} else if (chip_id == 0x73 || chip_id == 0x64 || chip_id == 0xC8 || chip_id == 0xD2 || chip_id == 0x2C || chip_id == 0x36 || chip_id == 0x37) {
26402640
comp_name = "SE,UpdatePayload";
26412641
} else {
26422642
logger(LL_WARNING, "Unknown SE,ChipID 0x%" PRIx64 " detected. Restore might fail.\n", (uint64_t)chip_id);

0 commit comments

Comments
 (0)