From bd3d52b0e525c30450d4aafbefb1ab305eb9a4c4 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Tue, 21 Oct 2014 15:36:43 +0200 Subject: Add support for iPad4,7, iPad4,8 and iPad 4,9 (iPad Mini 3) --- src/libirecovery.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/libirecovery.c b/src/libirecovery.c index f791982..52877bc 100644 --- a/src/libirecovery.c +++ b/src/libirecovery.c @@ -132,6 +132,9 @@ static struct irecv_device irecv_devices[] = { {"iPad4,4", "j85ap", 0x0a, 0x8960 }, {"iPad4,5", "j86ap", 0x0c, 0x8960 }, {"iPad4,6", "j87ap", 0x0e, 0x8960 }, + {"iPad4,7", "j85map", 0x32, 0x8960 }, + {"iPad4,8", "j86map", 0x34, 0x8960 }, + {"iPad4,9", "j87map", 0x36, 0x8960 }, {"AppleTV2,1", "k66ap", 0x10, 0x8930 }, {"AppleTV3,1", "j33ap", 0x08, 0x8942 }, {"AppleTV3,2","j33iap", 0x00, 0x8947 }, -- cgit v1.1-32-gdbae