summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2021-09-21 03:00:37 +0200
committerGravatar Nikias Bassen2021-09-21 03:00:37 +0200
commitcfd5f49a7e823a7f6a69b84eb14be13aec542de3 (patch)
tree68e8de830f5bf45ad1a210de77ba08a4bece4019
parent1d90f6accd40e6801559d38386d71d3597f36d3b (diff)
downloadlibirecovery-cfd5f49a7e823a7f6a69b84eb14be13aec542de3.tar.gz
libirecovery-cfd5f49a7e823a7f6a69b84eb14be13aec542de3.tar.bz2
Add iPhone 13 family
-rw-r--r--src/libirecovery.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/libirecovery.c b/src/libirecovery.c
index 0446e01..c6cbe72 100644
--- a/src/libirecovery.c
+++ b/src/libirecovery.c
@@ -160,6 +160,10 @@ static struct irecv_device irecv_devices[] = {
{ "iPhone13,2", "d53gap", 0x0C, 0x8101, "iPhone 12" },
{ "iPhone13,3", "d53pap", 0x0E, 0x8101, "iPhone 12 Pro" },
{ "iPhone13,4", "d54pap", 0x08, 0x8101, "iPhone 12 Pro Max" },
+ { "iPhone14,2", "d63ap", 0x0C, 0x8110, "iPhone 13 Pro" },
+ { "iPhone14,3", "d64ap", 0x0E, 0x8110, "iPhone 13 Pro Max" },
+ { "iPhone14,4", "d16ap", 0x08, 0x8110, "iPhone 13 mini" },
+ { "iPhone14,5", "d17ap", 0x0A, 0x8110, "iPhone 13" },
/* iPod */
{ "iPod1,1", "n45ap", 0x02, 0x8900, "iPod Touch (1st gen)" },
{ "iPod2,1", "n72ap", 0x00, 0x8720, "iPod Touch (2nd gen)" },