diff options
author | Martin Szulecki | 2014-10-21 15:37:21 +0200 |
---|---|---|
committer | Martin Szulecki | 2014-10-21 15:37:21 +0200 |
commit | 3249bc11252a3fc53b36b61def3eac27d5929e09 (patch) | |
tree | 4f386909ccc4bc9d60d12f1bbae85905ef5db9af | |
parent | bd3d52b0e525c30450d4aafbefb1ab305eb9a4c4 (diff) | |
download | libirecovery-3249bc11252a3fc53b36b61def3eac27d5929e09.tar.gz libirecovery-3249bc11252a3fc53b36b61def3eac27d5929e09.tar.bz2 |
Add support for iPad 5,3 and iPad 5,4 (iPad Air 2)
-rw-r--r-- | src/libirecovery.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 }, |