summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2016-04-12 12:10:39 +0200
committerGravatar Nikias Bassen2016-04-12 12:10:39 +0200
commitd0129ee911ebbb7a5da7daf496231e23afb305a2 (patch)
tree4ab7b69661ed360d9e9351e79df0dfa86134a655
parent372a6e03eb1ad371e3827b954e3d06b72e09f957 (diff)
downloadlibirecovery-d0129ee911ebbb7a5da7daf496231e23afb305a2.tar.gz
libirecovery-d0129ee911ebbb7a5da7daf496231e23afb305a2.tar.bz2
Add support for iPad6,3 and iPad6,4 (iPad Pro 9.7 inch)
-rw-r--r--src/libirecovery.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libirecovery.c b/src/libirecovery.c
index 4e278c6..62c675a 100644
--- a/src/libirecovery.c
+++ b/src/libirecovery.c
@@ -159,6 +159,8 @@ static struct irecv_device irecv_devices[] = {
{"iPad5,2", "j97ap", 0x0A, 0x7000 },
{"iPad5,3", "j81ap", 0x06, 0x7001 },
{"iPad5,4", "j82ap", 0x02, 0x7001 },
+ {"iPad6,3", "j127ap", 0x08, 0x8001 },
+ {"iPad6,4", "j128ap", 0x0a, 0x8001 },
{"iPad6,7", "j98aap", 0x10, 0x8001 },
{"iPad6,8", "j99aap", 0x12, 0x8001 },
{"AppleTV2,1", "k66ap", 0x10, 0x8930 },