From 6b42b96ebfc92bd30471f3f19e16773a5cdc4cdb Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Sat, 4 Nov 2017 21:26:38 +0100 Subject: Add support for iPhone10,3 + iPhone10,6 (iPhone X) --- src/libirecovery.c | 2 ++ 1 file changed, 2 insertions(+) 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 }, -- cgit v1.1-32-gdbae