summaryrefslogtreecommitdiffstats
path: root/src/libirecovery.c
diff options
context:
space:
mode:
authorGravatar Daniel VanBritsom2025-02-19 14:57:23 -0500
committerGravatar Nikias Bassen2025-03-06 00:58:59 +0100
commit4a7e52f2e3c4c5d4d26e0cc3b0e3fe22f60f60c9 (patch)
tree8088030eae9eb2d62f65fa1137403409337d44ed /src/libirecovery.c
parent6462ea1506fb133ebbf79c3e1660d84a94ae703f (diff)
downloadlibirecovery-4a7e52f2e3c4c5d4d26e0cc3b0e3fe22f60f60c9.tar.gz
libirecovery-4a7e52f2e3c4c5d4d26e0cc3b0e3fe22f60f60c9.tar.bz2
Add support for the iPhone 16e
Diffstat (limited to 'src/libirecovery.c')
-rw-r--r--src/libirecovery.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libirecovery.c b/src/libirecovery.c
index fde15a9..5576816 100644
--- a/src/libirecovery.c
+++ b/src/libirecovery.c
@@ -218,6 +218,7 @@ static struct irecv_device irecv_devices[] = {
{ "iPhone17,2", "d94ap", 0x0E, 0x8140, "iPhone 16 Pro Max" },
{ "iPhone17,3", "d47ap", 0x08, 0x8140, "iPhone 16" },
{ "iPhone17,4", "d48ap", 0x0A, 0x8140, "iPhone 16 Plus" },
+ { "iPhone17,5", "v59ap", 0x04, 0x8140, "iPhone 16e" },
/* iPod */
{ "iPod1,1", "n45ap", 0x02, 0x8900, "iPod Touch (1st gen)" },
{ "iPod2,1", "n72ap", 0x00, 0x8720, "iPod Touch (2nd gen)" },