diff options
author | Nikias Bassen | 2018-03-28 23:54:58 +0200 |
---|---|---|
committer | Nikias Bassen | 2018-03-28 23:54:58 +0200 |
commit | 27b13f782720199420f7dc07993deed1958a0dbf (patch) | |
tree | d48c43e6e6dd710e037e6ac3ddaaf6cd6823c00e | |
parent | 260cb0684bf1cb7d2cdef8ce4a1ec6d832eb1d1c (diff) | |
download | libirecovery-27b13f782720199420f7dc07993deed1958a0dbf.tar.gz libirecovery-27b13f782720199420f7dc07993deed1958a0dbf.tar.bz2 |
Add support for iPad7,5 (iPad 6 WiFi) and iPad7,6 (iPad 6 Cellular) models
-rw-r--r-- | src/libirecovery.c | 2 |
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[] = { {"iPad7,2", "j121ap", 0x0E, 0x8011 }, {"iPad7,3", "j207ap", 0x04, 0x8011 }, {"iPad7,4", "j208ap", 0x06, 0x8011 }, + {"iPad7,5", "j71bap", 0x18, 0x8010 }, + {"iPad7,6", "j72bap", 0x1A, 0x8010 }, {"AppleTV2,1", "k66ap", 0x10, 0x8930 }, {"AppleTV3,1", "j33ap", 0x08, 0x8942 }, {"AppleTV3,2","j33iap", 0x00, 0x8947 }, |