From 2ebf47816089d0053daf6b919089000fbe36a338 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Tue, 26 Sep 2017 10:08:17 +0200 Subject: Add support for iPhone10,1 + iPhone10,4 (iPhone 8) and iPhone10,2 + iPhone10,5 (iPhone 8 plus) --- src/libirecovery.c | 4 ++++ 1 file changed, 4 insertions(+) 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 }, -- cgit v1.1-32-gdbae