diff options
-rw-r--r-- | src/libirecovery.c | 4 |
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 }, |