diff options
author | Martin Szulecki | 2013-11-18 14:38:09 +0100 |
---|---|---|
committer | Martin Szulecki | 2013-11-18 14:38:09 +0100 |
commit | de4fc4c8d1d60d01d910dd2e0ae1305aab2131e9 (patch) | |
tree | 7bf854f50d70f82935d12e26b141c382ddfca588 | |
parent | afb16e212dbd0cbca3b1987cc4ec772005436a81 (diff) | |
download | libirecovery-de4fc4c8d1d60d01d910dd2e0ae1305aab2131e9.tar.gz libirecovery-de4fc4c8d1d60d01d910dd2e0ae1305aab2131e9.tar.bz2 |
Add support for iPad4,1, iPad4,2 (iPad Air) and iPad4,4, iPad4,5 (iPad mini 2G)
-rw-r--r-- | src/libirecovery.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/libirecovery.c b/src/libirecovery.c index 3410c8a..7ba2dd9 100644 --- a/src/libirecovery.c +++ b/src/libirecovery.c @@ -111,6 +111,10 @@ static struct irecv_device irecv_devices[] = { {"iPad3,4", "p101ap", 0x00, 0x8955 }, {"iPad3,5", "p102ap", 0x02, 0x8955 }, {"iPad3,6", "p103ap", 0x04, 0x8955 }, + {"iPad4,1", "j71ap", 0x10, 0x8960 }, + {"iPad4,2", "j72ap", 0x12, 0x8960 }, + {"iPad4,4", "j85ap", 0x0a, 0x8960 }, + {"iPad4,5", "j86ap", 0x0c, 0x8960 }, {"AppleTV2,1", "k66ap", 0x10, 0x8930 }, {"AppleTV3,1", "j33ap", 0x08, 0x8942 }, {"AppleTV3,2","j33iap", 0x00, 0x8947 }, |