summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2018-09-17 01:50:29 +0200
committerGravatar Nikias Bassen2018-09-17 01:50:29 +0200
commit36720ec19882db05632db6d30a7c27eb8aa6576d (patch)
tree7b1548872654642f8bbb45651a42b30cb79960d9
parent96b0c2eb571498749c9e8b926c02559f6956e273 (diff)
downloadlibirecovery-36720ec19882db05632db6d30a7c27eb8aa6576d.tar.gz
libirecovery-36720ec19882db05632db6d30a7c27eb8aa6576d.tar.bz2
Add support for iPhone XS, iPhone XS Max, iPhone XS Max (China), and iPhone XR
-rw-r--r--src/libirecovery.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/libirecovery.c b/src/libirecovery.c
index df9fde6..bf96408 100644
--- a/src/libirecovery.c
+++ b/src/libirecovery.c
@@ -139,6 +139,10 @@ static struct irecv_device irecv_devices[] = {
{"iPhone10,4","d201ap", 0x0a, 0x8015 },
{"iPhone10,5","d211ap", 0x0c, 0x8015 },
{"iPhone10,6","d221ap", 0x0e, 0x8015 },
+ {"iPhone11,2","d321ap", 0x0e, 0x8020 },
+ {"iPhone11,4","d331ap", 0x0a, 0x8020 },
+ {"iPhone11,6","d331pap",0x1a, 0x8020 },
+ {"iPhone11,8","n841ap", 0x0c, 0x8020 },
{"iPod1,1", "n45ap", 0x02, 0x8900 },
{"iPod2,1", "n72ap", 0x00, 0x8720 },
{"iPod3,1", "n18ap", 0x02, 0x8922 },