From 27b13f782720199420f7dc07993deed1958a0dbf Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Wed, 28 Mar 2018 23:54:58 +0200 Subject: Add support for iPad7,5 (iPad 6 WiFi) and iPad7,6 (iPad 6 Cellular) models --- src/libirecovery.c | 2 ++ 1 file changed, 2 insertions(+) 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 }, -- cgit v1.1-32-gdbae