From d0129ee911ebbb7a5da7daf496231e23afb305a2 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Tue, 12 Apr 2016 12:10:39 +0200 Subject: Add support for iPad6,3 and iPad6,4 (iPad Pro 9.7 inch) --- src/libirecovery.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/libirecovery.c b/src/libirecovery.c index 4e278c6..62c675a 100644 --- a/src/libirecovery.c +++ b/src/libirecovery.c @@ -159,6 +159,8 @@ static struct irecv_device irecv_devices[] = { {"iPad5,2", "j97ap", 0x0A, 0x7000 }, {"iPad5,3", "j81ap", 0x06, 0x7001 }, {"iPad5,4", "j82ap", 0x02, 0x7001 }, + {"iPad6,3", "j127ap", 0x08, 0x8001 }, + {"iPad6,4", "j128ap", 0x0a, 0x8001 }, {"iPad6,7", "j98aap", 0x10, 0x8001 }, {"iPad6,8", "j99aap", 0x12, 0x8001 }, {"AppleTV2,1", "k66ap", 0x10, 0x8930 }, -- cgit v1.1-32-gdbae