From aec8ff960c64a3a70a9b0722de10f462fced31a2 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Fri, 23 Oct 2020 16:41:26 +0200 Subject: Add support for iPad 8 and iPad Air 4 models --- src/libirecovery.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/libirecovery.c b/src/libirecovery.c index cf73465..8ba8aa2 100644 --- a/src/libirecovery.c +++ b/src/libirecovery.c @@ -225,6 +225,10 @@ static struct irecv_device irecv_devices[] = { { "iPad11,2", "j211ap", 0x16, 0x8020, "iPad Mini 5 (Cellular)" }, { "iPad11,3", "j217ap", 0x1C, 0x8020, "iPad Air 3 (WiFi)" }, { "iPad11,4", "j218ap", 0x1E, 0x8020, "iPad Air 3 (Celluar)" }, + { "iPad11,6", "j171aap", 0x24, 0x8020, "iPad 8 (WiFi)" }, + { "iPad11,7", "j172aap", 0x26, 0x8020, "iPad 8 (Celluar)" }, + { "iPad13,1", "j307ap", 0x04, 0x8101, "iPad Air 4 (WiFi)" }, + { "iPad13,2", "j308ap", 0x06, 0x8101, "iPad Air 4 (Celluar)" }, /* Apple TV */ { "AppleTV2,1", "k66ap", 0x10, 0x8930, "Apple TV 2" }, { "AppleTV3,1", "j33ap", 0x08, 0x8942, "Apple TV 3" }, -- cgit v1.1-32-gdbae