Skip to content

Commit 85f4ac0

Browse files
DanTheMann15nikias
authored andcommitted
Support Apple Watch Series 10 and iPhone 16 models
1 parent 7ce02c3 commit 85f4ac0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/libirecovery.c

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,10 @@ static struct irecv_device irecv_devices[] = {
187187
{ "iPhone15,5", "d38ap", 0x0A, 0x8120, "iPhone 15 Plus" },
188188
{ "iPhone16,1", "d83ap", 0x04, 0x8130, "iPhone 15 Pro" },
189189
{ "iPhone16,2", "d84ap", 0x06, 0x8130, "iPhone 15 Pro Max" },
190+
{ "iPhone17,1", "d93ap", 0x0C, 0x8140, "iPhone 16 Pro" },
191+
{ "iPhone17,2", "d94ap", 0x0E, 0x8140, "iPhone 16 Pro Max" },
192+
{ "iPhone17,3", "d47ap", 0x08, 0x8140, "iPhone 16" },
193+
{ "iPhone17,4", "d48ap", 0x0A, 0x8140, "iPhone 16 Plus" },
190194
/* iPod */
191195
{ "iPod1,1", "n45ap", 0x02, 0x8900, "iPod Touch (1st gen)" },
192196
{ "iPod2,1", "n72ap", 0x00, 0x8720, "iPod Touch (2nd gen)" },
@@ -345,6 +349,10 @@ static struct irecv_device irecv_devices[] = {
345349
{ "Watch7,3", "n208sap", 0x0C, 0x8310, "Apple Watch Series 9 (41mm Cellular)" },
346350
{ "Watch7,4", "n208bap", 0x0E, 0x8310, "Apple Watch Series 9 (45mm Cellular)" },
347351
{ "Watch7,5", "n210ap", 0x02, 0x8310, "Apple Watch Ultra 2" },
352+
{ "Watch7,8", "n217sap", 0x10, 0x8310, "Apple Watch Series 10 (42mm)" },
353+
{ "Watch7,9", "n217bap", 0x12, 0x8310, "Apple Watch Series 10 (46mm)" },
354+
{ "Watch7,10", "n218sap", 0x14, 0x8310, "Apple Watch Series 10 (42mm Cellular)" },
355+
{ "Watch7,11", "n218bap", 0x16, 0x8310, "Apple Watch Series 10 (46mm Cellular)" },
348356
/* Apple Silicon Macs */
349357
{ "ADP3,2", "j273aap", 0x42, 0x8027, "Developer Transition Kit (2020)" },
350358
{ "Macmini9,1", "j274ap", 0x22, 0x8103, "Mac mini (M1, 2020)" },

0 commit comments

Comments
 (0)