summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2015-09-24 21:37:08 +0200
committerGravatar Nikias Bassen2015-09-24 21:37:08 +0200
commit2e6a09744891071fc467c0477e1dc952bde0639c (patch)
tree2ffcc6c25bdbc1e2c3eaad52c4487985cdcc144a
parent6b32c996520b867a5a812eff64e495a65623b445 (diff)
downloadlibirecovery-2e6a09744891071fc467c0477e1dc952bde0639c.tar.gz
libirecovery-2e6a09744891071fc467c0477e1dc952bde0639c.tar.bz2
Add support for the iPod7,1 (iPod Touch 6th generation)
-rw-r--r--src/libirecovery.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libirecovery.c b/src/libirecovery.c
index e646ce9..d39a3c4 100644
--- a/src/libirecovery.c
+++ b/src/libirecovery.c
@@ -112,6 +112,7 @@ static struct irecv_device irecv_devices[] = {
112 {"iPod3,1", "n18ap", 0x02, 0x8922 }, 112 {"iPod3,1", "n18ap", 0x02, 0x8922 },
113 {"iPod4,1", "n81ap", 0x08, 0x8930 }, 113 {"iPod4,1", "n81ap", 0x08, 0x8930 },
114 {"iPod5,1", "n78ap", 0x00, 0x8942 }, 114 {"iPod5,1", "n78ap", 0x00, 0x8942 },
115 {"iPod7,1", "n102ap", 0x10, 0x7000 },
115 {"iPad1,1", "k48ap", 0x02, 0x8930 }, 116 {"iPad1,1", "k48ap", 0x02, 0x8930 },
116 {"iPad2,1", "k93ap", 0x04, 0x8940 }, 117 {"iPad2,1", "k93ap", 0x04, 0x8940 },
117 {"iPad2,2", "k94ap", 0x06, 0x8940 }, 118 {"iPad2,2", "k94ap", 0x06, 0x8940 },