summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/libirecovery.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/libirecovery.c b/src/libirecovery.c
index 707a9c6..22bbc0c 100644
--- a/src/libirecovery.c
+++ b/src/libirecovery.c
@@ -157,6 +157,10 @@ static struct irecv_device irecv_devices[] = {
{ "iPhone12,3", "d421ap", 0x06, 0x8030, "iPhone 11 Pro" },
{ "iPhone12,5", "d431ap", 0x02, 0x8030, "iPhone 11 Pro Max" },
{ "iPhone12,8", "d79ap", 0x10, 0x8030, "iPhone SE (2020)" },
+ { "iPhone13,1", "d52gap", 0x0A, 0x8101, "iPhone 12 mini" },
+ { "iPhone13,2", "d53gap", 0x0C, 0x8101, "iPhone 12" },
+ { "iPhone13,3", "d53pap", 0x0E, 0x8101, "iPhone 12 Pro" },
+ { "iPhone13,4", "d54pap", 0x08, 0x8101, "iPhone 12 Pro Max" },
/* iPod */
{ "iPod1,1", "n45ap", 0x02, 0x8900, "iPod Touch (1st gen)" },
{ "iPod2,1", "n72ap", 0x00, 0x8720, "iPod Touch (2nd gen)" },