From 24fc01d42b71bbe20c1711d4beeba996e9dc18f9 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Thu, 2 Oct 2014 00:32:00 +0200 Subject: Add support for iPad4,6 (iPad mini 2G new model) --- src/libirecovery.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/libirecovery.c') diff --git a/src/libirecovery.c b/src/libirecovery.c index 95a6bdd..a887bc0 100644 --- a/src/libirecovery.c +++ b/src/libirecovery.c @@ -115,6 +115,7 @@ static struct irecv_device irecv_devices[] = { {"iPad4,2", "j72ap", 0x12, 0x8960 }, {"iPad4,4", "j85ap", 0x0a, 0x8960 }, {"iPad4,5", "j86ap", 0x0c, 0x8960 }, + {"iPad4,6", "j87ap", 0x0e, 0x8960 }, {"AppleTV2,1", "k66ap", 0x10, 0x8930 }, {"AppleTV3,1", "j33ap", 0x08, 0x8942 }, {"AppleTV3,2","j33iap", 0x00, 0x8947 }, -- cgit v1.1-32-gdbae