summaryrefslogtreecommitdiffstats
path: root/src
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 /src
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)
Diffstat (limited to 'src')
-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[] = {
155 {"iPod4,1", "n81ap", 0x08, 0x8930 }, 155 {"iPod4,1", "n81ap", 0x08, 0x8930 },
156 {"iPod5,1", "n78ap", 0x00, 0x8942 }, 156 {"iPod5,1", "n78ap", 0x00, 0x8942 },
157 {"iPod7,1", "n102ap", 0x10, 0x7000 }, 157 {"iPod7,1", "n102ap", 0x10, 0x7000 },
158 {"iPod9,1", "n112ap", 0x16, 0x8010 },
158 {"iPad1,1", "k48ap", 0x02, 0x8930 }, 159 {"iPad1,1", "k48ap", 0x02, 0x8930 },
159 {"iPad2,1", "k93ap", 0x04, 0x8940 }, 160 {"iPad2,1", "k93ap", 0x04, 0x8940 },
160 {"iPad2,2", "k94ap", 0x06, 0x8940 }, 161 {"iPad2,2", "k94ap", 0x06, 0x8940 },
@@ -203,6 +204,10 @@ static struct irecv_device irecv_devices[] = {
203 {"iPad8,6", "j320xap", 0x18, 0x8027 }, 204 {"iPad8,6", "j320xap", 0x18, 0x8027 },
204 {"iPad8,7", "j321ap", 0x0A, 0x8027 }, 205 {"iPad8,7", "j321ap", 0x0A, 0x8027 },
205 {"iPad8,8", "j321xap", 0x1A, 0x8027 }, 206 {"iPad8,8", "j321xap", 0x1A, 0x8027 },
207 {"iPad11,1", "j210ap", 0x14, 0x8020 },
208 {"iPad11,2", "j211ap", 0x16, 0x8020 },
209 {"iPad11,3", "j217ap", 0x1C, 0x8020 },
210 {"iPad11,4", "j218ap", 0x1E, 0x8020 },
206 {"AppleTV2,1", "k66ap", 0x10, 0x8930 }, 211 {"AppleTV2,1", "k66ap", 0x10, 0x8930 },
207 {"AppleTV3,1", "j33ap", 0x08, 0x8942 }, 212 {"AppleTV3,1", "j33ap", 0x08, 0x8942 },
208 {"AppleTV3,2","j33iap", 0x00, 0x8947 }, 213 {"AppleTV3,2","j33iap", 0x00, 0x8947 },