summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/libirecovery.c4
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[] = {
133 {"iPhone9,2", "d11ap", 0x0a, 0x8010 }, 133 {"iPhone9,2", "d11ap", 0x0a, 0x8010 },
134 {"iPhone9,3", "d101ap", 0x0c, 0x8010 }, 134 {"iPhone9,3", "d101ap", 0x0c, 0x8010 },
135 {"iPhone9,4", "d111ap", 0x0e, 0x8010 }, 135 {"iPhone9,4", "d111ap", 0x0e, 0x8010 },
136 {"iPhone10,1","d20ap", 0x02, 0x8015 },
137 {"iPhone10,2","d21ap", 0x04, 0x8015 },
138 {"iPhone10,4","d201ap", 0x0a, 0x8015 },
139 {"iPhone10,5","d211ap", 0x0c, 0x8015 },
136 {"iPod1,1", "n45ap", 0x02, 0x8900 }, 140 {"iPod1,1", "n45ap", 0x02, 0x8900 },
137 {"iPod2,1", "n72ap", 0x00, 0x8920 }, 141 {"iPod2,1", "n72ap", 0x00, 0x8920 },
138 {"iPod3,1", "n18ap", 0x02, 0x8922 }, 142 {"iPod3,1", "n18ap", 0x02, 0x8922 },