diff options
author | Nikias Bassen | 2015-09-24 21:37:08 +0200 |
---|---|---|
committer | Nikias Bassen | 2015-09-24 21:37:08 +0200 |
commit | 2e6a09744891071fc467c0477e1dc952bde0639c (patch) | |
tree | 2ffcc6c25bdbc1e2c3eaad52c4487985cdcc144a | |
parent | 6b32c996520b867a5a812eff64e495a65623b445 (diff) | |
download | libirecovery-2e6a09744891071fc467c0477e1dc952bde0639c.tar.gz libirecovery-2e6a09744891071fc467c0477e1dc952bde0639c.tar.bz2 |
Add support for the iPod7,1 (iPod Touch 6th generation)
-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 e646ce9..d39a3c4 100644 --- a/src/libirecovery.c +++ b/src/libirecovery.c @@ -112,6 +112,7 @@ static struct irecv_device irecv_devices[] = { {"iPod3,1", "n18ap", 0x02, 0x8922 }, {"iPod4,1", "n81ap", 0x08, 0x8930 }, {"iPod5,1", "n78ap", 0x00, 0x8942 }, + {"iPod7,1", "n102ap", 0x10, 0x7000 }, {"iPad1,1", "k48ap", 0x02, 0x8930 }, {"iPad2,1", "k93ap", 0x04, 0x8940 }, {"iPad2,2", "k94ap", 0x06, 0x8940 }, |