summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/libirecovery.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/libirecovery.c b/src/libirecovery.c
index a38b55f..8c2c518 100644
--- a/src/libirecovery.c
+++ b/src/libirecovery.c
@@ -219,6 +219,10 @@ static struct irecv_device irecv_devices[] = {
219 { "iPhone17,3", "d47ap", 0x08, 0x8140, "iPhone 16" }, 219 { "iPhone17,3", "d47ap", 0x08, 0x8140, "iPhone 16" },
220 { "iPhone17,4", "d48ap", 0x0A, 0x8140, "iPhone 16 Plus" }, 220 { "iPhone17,4", "d48ap", 0x0A, 0x8140, "iPhone 16 Plus" },
221 { "iPhone17,5", "v59ap", 0x04, 0x8140, "iPhone 16e" }, 221 { "iPhone17,5", "v59ap", 0x04, 0x8140, "iPhone 16e" },
222 { "iPhone18,1", "v53ap", 0x0C, 0x8150, "iPhone 17 Pro" },
223 { "iPhone18,2", "v54ap", 0x0E, 0x8150, "iPhone 17 Pro Max" },
224 { "iPhone18,3", "v57ap", 0x08, 0x8150, "iPhone 17" },
225 { "iPhone18,4", "d23ap", 0x0A, 0x8150, "iPhone Air" },
222 /* iPod */ 226 /* iPod */
223 { "iPod1,1", "n45ap", 0x02, 0x8900, "iPod Touch (1st gen)" }, 227 { "iPod1,1", "n45ap", 0x02, 0x8900, "iPod Touch (1st gen)" },
224 { "iPod2,1", "n72ap", 0x00, 0x8720, "iPod Touch (2nd gen)" }, 228 { "iPod2,1", "n72ap", 0x00, 0x8720, "iPod Touch (2nd gen)" },
@@ -389,6 +393,15 @@ static struct irecv_device irecv_devices[] = {
389 { "Watch7,9", "n217bap", 0x12, 0x8310, "Apple Watch Series 10 (46mm)" }, 393 { "Watch7,9", "n217bap", 0x12, 0x8310, "Apple Watch Series 10 (46mm)" },
390 { "Watch7,10", "n218sap", 0x14, 0x8310, "Apple Watch Series 10 (42mm Cellular)" }, 394 { "Watch7,10", "n218sap", 0x14, 0x8310, "Apple Watch Series 10 (42mm Cellular)" },
391 { "Watch7,11", "n218bap", 0x16, 0x8310, "Apple Watch Series 10 (46mm Cellular)" }, 395 { "Watch7,11", "n218bap", 0x16, 0x8310, "Apple Watch Series 10 (46mm Cellular)" },
396 { "Watch7,12", "n230ap", 0x22, 0x8310, "Apple Watch Ultra 3" },
397 { "Watch7,13", "n243sap", 0x28, 0x8310, "Apple Watch SE 3 (40mm)" },
398 { "Watch7,14", "n243bap", 0x2A, 0x8310, "Apple Watch SE 3 (44mm)" },
399 { "Watch7,15", "n244sap", 0x2C, 0x8310, "Apple Watch SE 3 (40mm Cellular)" },
400 { "Watch7,16", "n244bap", 0x2E, 0x8310, "Apple Watch SE 3 (44mm Cellular)" },
401 { "Watch7,17", "n227sap", 0x18, 0x8310, "Apple Watch Series 11 (42mm)" },
402 { "Watch7,18", "n227bap", 0x1A, 0x8310, "Apple Watch Series 11 (46mm)" },
403 { "Watch7,19", "n228sap", 0x1C, 0x8310, "Apple Watch Series 11 (42mm Cellular)" },
404 { "Watch7,20", "n228bap", 0x1E, 0x8310, "Apple Watch Series 11 (46mm Cellular)" },
392 /* Apple Silicon Macs */ 405 /* Apple Silicon Macs */
393 { "ADP3,2", "j273aap", 0x42, 0x8027, "Developer Transition Kit (2020)" }, 406 { "ADP3,2", "j273aap", 0x42, 0x8027, "Developer Transition Kit (2020)" },
394 { "Macmini9,1", "j274ap", 0x22, 0x8103, "Mac mini (M1, 2020)" }, 407 { "Macmini9,1", "j274ap", 0x22, 0x8103, "Mac mini (M1, 2020)" },