summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2018-03-28 23:54:58 +0200
committerGravatar Nikias Bassen2018-03-28 23:54:58 +0200
commit27b13f782720199420f7dc07993deed1958a0dbf (patch)
treed48c43e6e6dd710e037e6ac3ddaaf6cd6823c00e /src
parent260cb0684bf1cb7d2cdef8ce4a1ec6d832eb1d1c (diff)
downloadlibirecovery-27b13f782720199420f7dc07993deed1958a0dbf.tar.gz
libirecovery-27b13f782720199420f7dc07993deed1958a0dbf.tar.bz2
Add support for iPad7,5 (iPad 6 WiFi) and iPad7,6 (iPad 6 Cellular) models
Diffstat (limited to 'src')
-rw-r--r--src/libirecovery.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libirecovery.c b/src/libirecovery.c
index 726e23a..4084205 100644
--- a/src/libirecovery.c
+++ b/src/libirecovery.c
@@ -183,6 +183,8 @@ static struct irecv_device irecv_devices[] = {
183 {"iPad7,2", "j121ap", 0x0E, 0x8011 }, 183 {"iPad7,2", "j121ap", 0x0E, 0x8011 },
184 {"iPad7,3", "j207ap", 0x04, 0x8011 }, 184 {"iPad7,3", "j207ap", 0x04, 0x8011 },
185 {"iPad7,4", "j208ap", 0x06, 0x8011 }, 185 {"iPad7,4", "j208ap", 0x06, 0x8011 },
186 {"iPad7,5", "j71bap", 0x18, 0x8010 },
187 {"iPad7,6", "j72bap", 0x1A, 0x8010 },
186 {"AppleTV2,1", "k66ap", 0x10, 0x8930 }, 188 {"AppleTV2,1", "k66ap", 0x10, 0x8930 },
187 {"AppleTV3,1", "j33ap", 0x08, 0x8942 }, 189 {"AppleTV3,1", "j33ap", 0x08, 0x8942 },
188 {"AppleTV3,2","j33iap", 0x00, 0x8947 }, 190 {"AppleTV3,2","j33iap", 0x00, 0x8947 },