summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Daniel VanBritsom2023-09-18 15:26:08 -0400
committerGravatar Nikias Bassen2023-09-20 00:08:45 +0200
commit58481c76ba5e4e674c9c745c43568076268f1019 (patch)
tree535a19377509b664f8549153f90cc7a64827c68b
parentd2d6deddcf67fc5c08c176f509be30abb2f67f8c (diff)
downloadlibirecovery-58481c76ba5e4e674c9c745c43568076268f1019.tar.gz
libirecovery-58481c76ba5e4e674c9c745c43568076268f1019.tar.bz2
Add support for iPhone 15 models
-rw-r--r--src/libirecovery.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/libirecovery.c b/src/libirecovery.c
index 857e4c2..7906360 100644
--- a/src/libirecovery.c
+++ b/src/libirecovery.c
@@ -159,6 +159,10 @@ static struct irecv_device irecv_devices[] = {
{ "iPhone14,8", "d28ap", 0x1A, 0x8110, "iPhone 14 Plus" },
{ "iPhone15,2", "d73ap", 0x0C, 0x8120, "iPhone 14 Pro" },
{ "iPhone15,3", "d74ap", 0x0E, 0x8120, "iPhone 14 Pro Max" },
+ { "iPhone15,4", "d37ap", 0x08, 0x8120, "iPhone 15" },
+ { "iPhone15,5", "d38ap", 0x0A, 0x8120, "iPhone 15 Plus" },
+ { "iPhone16,1", "d83ap", 0x04, 0x8130, "iPhone 15 Pro" },
+ { "iPhone16,2", "d84ap", 0x06, 0x8130, "iPhone 15 Pro Max" },
/* iPod */
{ "iPod1,1", "n45ap", 0x02, 0x8900, "iPod Touch (1st gen)" },
{ "iPod2,1", "n72ap", 0x00, 0x8720, "iPod Touch (2nd gen)" },