diff options
author | Martin Szulecki | 2014-10-02 00:32:00 +0200 |
---|---|---|
committer | Martin Szulecki | 2014-10-02 00:32:00 +0200 |
commit | 24fc01d42b71bbe20c1711d4beeba996e9dc18f9 (patch) | |
tree | 3fe8477a4396b195a25ea5201262d1685d2df417 | |
parent | 14a268cd86e63a3160ddf30a65f8eb382922c83c (diff) | |
download | libirecovery-24fc01d42b71bbe20c1711d4beeba996e9dc18f9.tar.gz libirecovery-24fc01d42b71bbe20c1711d4beeba996e9dc18f9.tar.bz2 |
Add support for iPad4,6 (iPad mini 2G new model)
-rw-r--r-- | src/libirecovery.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 }, |