Skip to content

Commit 3962e48

Browse files
committed
Add mew iPad models and Apple TV 4K to device list
1 parent 79392f5 commit 3962e48

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/libirecovery.c

+7
Original file line numberDiff line numberDiff line change
@@ -253,15 +253,22 @@ static struct irecv_device irecv_devices[] = {
253253
{ "iPad13,11", "j523xap", 0x1E, 0x8103, "iPad Pro 12.9-inch (5th gen, Cellular, 2TB)" },
254254
{ "iPad13,16", "j407ap", 0x10, 0x8103, "iPad Air (5th gen, WiFi)" },
255255
{ "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)" },
256258
{ "iPad14,1", "j310ap", 0x04, 0x8110, "iPad mini (6th gen, WiFi)" },
257259
{ "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)" },
258264
/* Apple TV */
259265
{ "AppleTV2,1", "k66ap", 0x10, 0x8930, "Apple TV 2" },
260266
{ "AppleTV3,1", "j33ap", 0x08, 0x8942, "Apple TV 3" },
261267
{ "AppleTV3,2", "j33iap", 0x00, 0x8947, "Apple TV 3 (2013)" },
262268
{ "AppleTV5,3", "j42dap", 0x34, 0x7000, "Apple TV 4" },
263269
{ "AppleTV6,2", "j105aap", 0x02, 0x8011, "Apple TV 4K" },
264270
{ "AppleTV11,1", "j305ap", 0x08, 0x8020, "Apple TV 4K (2nd gen)" },
271+
{ "AppleTV14,1", "j255ap", 0x02, 0x8110, "Apple TV 4K (3rd gen)" },
265272
/* HomePod */
266273
{ "AudioAccessory1,1", "b238aap", 0x38, 0x7000, "HomePod" },
267274
{ "AudioAccessory1,2", "b238ap", 0x1A, 0x7000, "HomePod" },

0 commit comments

Comments
 (0)