summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar s0uthwest2019-06-10 04:15:59 +0200
committerGravatar Nikias Bassen2019-06-10 04:15:59 +0200
commit2a38fe45f62cbd5c554293b7d82dbbb74ec8aeca (patch)
treede469de69ffd3bc66b944276da24fc6587a94e92
parent5da2a0d7d60f79d93c283964888c6fbbc17be1a3 (diff)
downloadlibirecovery-2a38fe45f62cbd5c554293b7d82dbbb74ec8aeca.tar.gz
libirecovery-2a38fe45f62cbd5c554293b7d82dbbb74ec8aeca.tar.bz2
Add support for iPod touch (7th gen), iPad mini (5th gen) & iPad Air (3rd gen)
-rw-r--r--src/libirecovery.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/libirecovery.c b/src/libirecovery.c
index cd247ad..be3ee35 100644
--- a/src/libirecovery.c
+++ b/src/libirecovery.c
@@ -155,6 +155,7 @@ static struct irecv_device irecv_devices[] = {
{"iPod4,1", "n81ap", 0x08, 0x8930 },
{"iPod5,1", "n78ap", 0x00, 0x8942 },
{"iPod7,1", "n102ap", 0x10, 0x7000 },
+ {"iPod9,1", "n112ap", 0x16, 0x8010 },
{"iPad1,1", "k48ap", 0x02, 0x8930 },
{"iPad2,1", "k93ap", 0x04, 0x8940 },
{"iPad2,2", "k94ap", 0x06, 0x8940 },
@@ -203,6 +204,10 @@ static struct irecv_device irecv_devices[] = {
{"iPad8,6", "j320xap", 0x18, 0x8027 },
{"iPad8,7", "j321ap", 0x0A, 0x8027 },
{"iPad8,8", "j321xap", 0x1A, 0x8027 },
+ {"iPad11,1", "j210ap", 0x14, 0x8020 },
+ {"iPad11,2", "j211ap", 0x16, 0x8020 },
+ {"iPad11,3", "j217ap", 0x1C, 0x8020 },
+ {"iPad11,4", "j218ap", 0x1E, 0x8020 },
{"AppleTV2,1", "k66ap", 0x10, 0x8930 },
{"AppleTV3,1", "j33ap", 0x08, 0x8942 },
{"AppleTV3,2","j33iap", 0x00, 0x8947 },