From 269364873fd4c645f2a5fabf7c72bf61ffcb3005 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Mon, 27 Mar 2017 22:46:39 +0200 Subject: Add support for new iPad6,11 (WiFi) + iPad6,12 (WiFi+Cellular) --- src/libirecovery.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/libirecovery.c b/src/libirecovery.c index fa4230f..9c225d1 100644 --- a/src/libirecovery.c +++ b/src/libirecovery.c @@ -168,6 +168,8 @@ static struct irecv_device irecv_devices[] = { {"iPad6,4", "j128ap", 0x0a, 0x8001 }, {"iPad6,7", "j98aap", 0x10, 0x8001 }, {"iPad6,8", "j99aap", 0x12, 0x8001 }, + {"iPad6,11", "j71sap", 0x10, 0x8000 }, + {"iPad6,12", "j72sap", 0x12, 0x8000 }, {"AppleTV2,1", "k66ap", 0x10, 0x8930 }, {"AppleTV3,1", "j33ap", 0x08, 0x8942 }, {"AppleTV3,2","j33iap", 0x00, 0x8947 }, -- cgit v1.1-32-gdbae