summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2017-09-26 10:08:17 +0200
committerGravatar Nikias Bassen2017-09-26 10:08:17 +0200
commit2ebf47816089d0053daf6b919089000fbe36a338 (patch)
tree0324736be7424942c956ef80d593bcbc8b1304a9
parentc9fa9eff1eeafc53df88c7200faaa9cd4b8ba1f4 (diff)
downloadlibirecovery-2ebf47816089d0053daf6b919089000fbe36a338.tar.gz
libirecovery-2ebf47816089d0053daf6b919089000fbe36a338.tar.bz2
Add support for iPhone10,1 + iPhone10,4 (iPhone 8) and iPhone10,2 + iPhone10,5 (iPhone 8 plus)
-rw-r--r--src/libirecovery.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/libirecovery.c b/src/libirecovery.c
index defc661..69f1d90 100644
--- a/src/libirecovery.c
+++ b/src/libirecovery.c
@@ -133,6 +133,10 @@ static struct irecv_device irecv_devices[] = {
{"iPhone9,2", "d11ap", 0x0a, 0x8010 },
{"iPhone9,3", "d101ap", 0x0c, 0x8010 },
{"iPhone9,4", "d111ap", 0x0e, 0x8010 },
+ {"iPhone10,1","d20ap", 0x02, 0x8015 },
+ {"iPhone10,2","d21ap", 0x04, 0x8015 },
+ {"iPhone10,4","d201ap", 0x0a, 0x8015 },
+ {"iPhone10,5","d211ap", 0x0c, 0x8015 },
{"iPod1,1", "n45ap", 0x02, 0x8900 },
{"iPod2,1", "n72ap", 0x00, 0x8920 },
{"iPod3,1", "n18ap", 0x02, 0x8922 },