summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2017-03-27 22:46:39 +0200
committerGravatar Nikias Bassen2017-03-27 22:46:39 +0200
commit269364873fd4c645f2a5fabf7c72bf61ffcb3005 (patch)
tree1748f0e3331e189e2002feb047f778585ddc516b
parentaaf89f20af3e26bb9230f2475ab3c753b2d87e8b (diff)
downloadlibirecovery-269364873fd4c645f2a5fabf7c72bf61ffcb3005.tar.gz
libirecovery-269364873fd4c645f2a5fabf7c72bf61ffcb3005.tar.bz2
Add support for new iPad6,11 (WiFi) + iPad6,12 (WiFi+Cellular)
-rw-r--r--src/libirecovery.c2
1 files changed, 2 insertions, 0 deletions
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 },