diff options
| author | 2026-03-23 12:22:54 -0400 | |
|---|---|---|
| committer | 2026-04-27 10:48:46 +0200 | |
| commit | a2c5e4a2de80f8543410567f81a521505ca868a2 (patch) | |
| tree | 7c57e2cfad296ad6ebab7c4b5e7598445e138490 /src/libirecovery.c | |
| parent | ec931c7dcad444dd9cf51cd1f4467bbc71db9a6d (diff) | |
| download | libirecovery-a2c5e4a2de80f8543410567f81a521505ca868a2.tar.gz libirecovery-a2c5e4a2de80f8543410567f81a521505ca868a2.tar.bz2 | |
Add support for iPhone 17e Model
Diffstat (limited to 'src/libirecovery.c')
| -rw-r--r-- | src/libirecovery.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libirecovery.c b/src/libirecovery.c index 592749e..887ef91 100644 --- a/src/libirecovery.c +++ b/src/libirecovery.c @@ -236,6 +236,7 @@ static struct irecv_device irecv_devices[] = { { "iPhone18,2", "v54ap", 0x0E, 0x8150, "iPhone 17 Pro Max" }, { "iPhone18,3", "v57ap", 0x08, 0x8150, "iPhone 17" }, { "iPhone18,4", "d23ap", 0x0A, 0x8150, "iPhone Air" }, + { "iPhone18,5", "v159ap", 0x16, 0x8150, "iPhone 17e" }, /* iPod */ { "iPod1,1", "n45ap", 0x02, 0x8900, "iPod Touch (1st gen)" }, { "iPod2,1", "n72ap", 0x00, 0x8720, "iPod Touch (2nd gen)" }, |
