summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2017-11-04 21:26:38 +0100
committerGravatar Nikias Bassen2017-11-04 21:26:38 +0100
commit6b42b96ebfc92bd30471f3f19e16773a5cdc4cdb (patch)
tree7137c9ef7d720dde07c0aa6800be43c1c0688c69
parentb398a9ab735ea63ffd17d7c063503521460ed83f (diff)
downloadlibirecovery-6b42b96ebfc92bd30471f3f19e16773a5cdc4cdb.tar.gz
libirecovery-6b42b96ebfc92bd30471f3f19e16773a5cdc4cdb.tar.bz2
Add support for iPhone10,3 + iPhone10,6 (iPhone X)
-rw-r--r--src/libirecovery.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libirecovery.c b/src/libirecovery.c
index a255d78..4877c05 100644
--- a/src/libirecovery.c
+++ b/src/libirecovery.c
@@ -135,8 +135,10 @@ static struct irecv_device irecv_devices[] = {
{"iPhone9,4", "d111ap", 0x0e, 0x8010 },
{"iPhone10,1","d20ap", 0x02, 0x8015 },
{"iPhone10,2","d21ap", 0x04, 0x8015 },
+ {"iPhone10,3","d22ap", 0x06, 0x8015 },
{"iPhone10,4","d201ap", 0x0a, 0x8015 },
{"iPhone10,5","d211ap", 0x0c, 0x8015 },
+ {"iPhone10,6","d221ap", 0x0e, 0x8015 },
{"iPod1,1", "n45ap", 0x02, 0x8900 },
{"iPod2,1", "n72ap", 0x00, 0x8920 },
{"iPod3,1", "n18ap", 0x02, 0x8922 },