summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2016-04-12 11:23:49 +0200
committerGravatar Nikias Bassen2016-04-12 11:23:49 +0200
commit372a6e03eb1ad371e3827b954e3d06b72e09f957 (patch)
tree4da75f74d18762aec7004338156d877f93e5b24b
parentd9bb2d5b11268fe954125c793b7bc3e9caf0ec6a (diff)
downloadlibirecovery-372a6e03eb1ad371e3827b954e3d06b72e09f957.tar.gz
libirecovery-372a6e03eb1ad371e3827b954e3d06b72e09f957.tar.bz2
Add support for iPhone8,4 (iPhone SE)
-rw-r--r--src/libirecovery.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libirecovery.c b/src/libirecovery.c
index 6626b1d..4e278c6 100644
--- a/src/libirecovery.c
+++ b/src/libirecovery.c
@@ -125,6 +125,8 @@ static struct irecv_device irecv_devices[] = {
125 {"iPhone8,1", "n71map", 0x04, 0x8003 }, 125 {"iPhone8,1", "n71map", 0x04, 0x8003 },
126 {"iPhone8,2", "n66ap", 0x06, 0x8000 }, 126 {"iPhone8,2", "n66ap", 0x06, 0x8000 },
127 {"iPhone8,2", "n66map", 0x06, 0x8003 }, 127 {"iPhone8,2", "n66map", 0x06, 0x8003 },
128 {"iPhone8,4", "n69ap", 0x02, 0x8003 },
129 {"iPhone8,4", "n69uap", 0x02, 0x8000 },
128 {"iPod1,1", "n45ap", 0x02, 0x8900 }, 130 {"iPod1,1", "n45ap", 0x02, 0x8900 },
129 {"iPod2,1", "n72ap", 0x00, 0x8920 }, 131 {"iPod2,1", "n72ap", 0x00, 0x8920 },
130 {"iPod3,1", "n18ap", 0x02, 0x8922 }, 132 {"iPod3,1", "n18ap", 0x02, 0x8922 },