summaryrefslogtreecommitdiffstats
path: root/src/libirecovery.c
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2022-10-20 01:40:33 +0200
committerGravatar Nikias Bassen2022-10-20 01:40:33 +0200
commit3962e480ca13e4ac2a3c4f6f62b5daa5f557851c (patch)
treebe60b2ca803f90e75444d860eeac35ec07ccd811 /src/libirecovery.c
parent79392f56ae4f8b4c124fd24a7b8ea77f4a9ab695 (diff)
downloadlibirecovery-3962e480ca13e4ac2a3c4f6f62b5daa5f557851c.tar.gz
libirecovery-3962e480ca13e4ac2a3c4f6f62b5daa5f557851c.tar.bz2
Add mew iPad models and Apple TV 4K to device list
Diffstat (limited to 'src/libirecovery.c')
-rw-r--r--src/libirecovery.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/libirecovery.c b/src/libirecovery.c
index d242f79..ffe7f21 100644
--- a/src/libirecovery.c
+++ b/src/libirecovery.c
@@ -253,8 +253,14 @@ static struct irecv_device irecv_devices[] = {
253 { "iPad13,11", "j523xap", 0x1E, 0x8103, "iPad Pro 12.9-inch (5th gen, Cellular, 2TB)" }, 253 { "iPad13,11", "j523xap", 0x1E, 0x8103, "iPad Pro 12.9-inch (5th gen, Cellular, 2TB)" },
254 { "iPad13,16", "j407ap", 0x10, 0x8103, "iPad Air (5th gen, WiFi)" }, 254 { "iPad13,16", "j407ap", 0x10, 0x8103, "iPad Air (5th gen, WiFi)" },
255 { "iPad13,17", "j408ap", 0x12, 0x8103, "iPad Air (5th gen, Cellular)" }, 255 { "iPad13,17", "j408ap", 0x12, 0x8103, "iPad Air (5th gen, Cellular)" },
256 { "iPad13,18", "j271ap", 0x14, 0x8101, "iPad (10th gen, WiFi)" },
257 { "iPad13,19", "j272ap", 0x16, 0x8101, "iPad (10th gen, Cellular)" },
256 { "iPad14,1", "j310ap", 0x04, 0x8110, "iPad mini (6th gen, WiFi)" }, 258 { "iPad14,1", "j310ap", 0x04, 0x8110, "iPad mini (6th gen, WiFi)" },
257 { "iPad14,2", "j311ap", 0x06, 0x8110, "iPad mini (6th gen, Cellular)" }, 259 { "iPad14,2", "j311ap", 0x06, 0x8110, "iPad mini (6th gen, Cellular)" },
260 { "iPad14,3", "j617ap", 0x08, 0x8112, "iPad Pro 11-inch (4th gen, WiFi)" },
261 { "iPad14,4", "j618ap", 0x0A, 0x8112, "iPad Pro 11-inch (4th gen, Cellular)" },
262 { "iPad14,5", "j620ap", 0x0C, 0x8112, "iPad Pro 12.9-inch (6th gen, WiFi)" },
263 { "iPad14,6", "j621ap", 0x0E, 0x8112, "iPad Pro 12.9-inch (6th gen, Cellular)" },
258 /* Apple TV */ 264 /* Apple TV */
259 { "AppleTV2,1", "k66ap", 0x10, 0x8930, "Apple TV 2" }, 265 { "AppleTV2,1", "k66ap", 0x10, 0x8930, "Apple TV 2" },
260 { "AppleTV3,1", "j33ap", 0x08, 0x8942, "Apple TV 3" }, 266 { "AppleTV3,1", "j33ap", 0x08, 0x8942, "Apple TV 3" },
@@ -262,6 +268,7 @@ static struct irecv_device irecv_devices[] = {
262 { "AppleTV5,3", "j42dap", 0x34, 0x7000, "Apple TV 4" }, 268 { "AppleTV5,3", "j42dap", 0x34, 0x7000, "Apple TV 4" },
263 { "AppleTV6,2", "j105aap", 0x02, 0x8011, "Apple TV 4K" }, 269 { "AppleTV6,2", "j105aap", 0x02, 0x8011, "Apple TV 4K" },
264 { "AppleTV11,1", "j305ap", 0x08, 0x8020, "Apple TV 4K (2nd gen)" }, 270 { "AppleTV11,1", "j305ap", 0x08, 0x8020, "Apple TV 4K (2nd gen)" },
271 { "AppleTV14,1", "j255ap", 0x02, 0x8110, "Apple TV 4K (3rd gen)" },
265 /* HomePod */ 272 /* HomePod */
266 { "AudioAccessory1,1", "b238aap", 0x38, 0x7000, "HomePod" }, 273 { "AudioAccessory1,1", "b238aap", 0x38, 0x7000, "HomePod" },
267 { "AudioAccessory1,2", "b238ap", 0x1A, 0x7000, "HomePod" }, 274 { "AudioAccessory1,2", "b238ap", 0x1A, 0x7000, "HomePod" },