From 3249bc11252a3fc53b36b61def3eac27d5929e09 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Tue, 21 Oct 2014 15:37:21 +0200 Subject: Add support for iPad 5,3 and iPad 5,4 (iPad Air 2) --- src/libirecovery.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/libirecovery.c b/src/libirecovery.c index 52877bc..d632b63 100644 --- a/src/libirecovery.c +++ b/src/libirecovery.c @@ -135,6 +135,8 @@ static struct irecv_device irecv_devices[] = { {"iPad4,7", "j85map", 0x32, 0x8960 }, {"iPad4,8", "j86map", 0x34, 0x8960 }, {"iPad4,9", "j87map", 0x36, 0x8960 }, + {"iPad5,3", "j81ap", 0x06, 0x7001 }, + {"iPad5,4", "j82ap", 0x02, 0x7001 }, {"AppleTV2,1", "k66ap", 0x10, 0x8930 }, {"AppleTV3,1", "j33ap", 0x08, 0x8942 }, {"AppleTV3,2","j33iap", 0x00, 0x8947 }, -- cgit v1.1-32-gdbae