diff options
author | Nikias Bassen | 2020-05-15 05:42:53 +0200 |
---|---|---|
committer | Nikias Bassen | 2020-05-15 05:42:53 +0200 |
commit | 0747e86c580a67ea979bd9b43173c8a55dd26afc (patch) | |
tree | 102554312ce9f3a5bbe0a6716b08573353910095 /src | |
parent | 874e4cf2d7463f45c3bf4b7ebab669f1aabc254a (diff) | |
download | libirecovery-0747e86c580a67ea979bd9b43173c8a55dd26afc.tar.gz libirecovery-0747e86c580a67ea979bd9b43173c8a55dd26afc.tar.bz2 |
Add support for iPhone SE (2020)
Diffstat (limited to 'src')
-rw-r--r-- | src/libirecovery.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libirecovery.c b/src/libirecovery.c index ea60a6a..2087b16 100644 --- a/src/libirecovery.c +++ b/src/libirecovery.c @@ -156,6 +156,7 @@ static struct irecv_device irecv_devices[] = { { "iPhone12,1", "n104ap", 0x04, 0x8030, "iPhone 11" }, { "iPhone12,3", "d421ap", 0x06, 0x8030, "iPhone 11 Pro" }, { "iPhone12,5", "d431ap", 0x02, 0x8030, "iPhone 11 Pro Max" }, + { "iPhone12,8", "d79ap", 0x10, 0x8030, "iPhone SE (2020)" }, /* iPod */ { "iPod1,1", "n45ap", 0x02, 0x8900, "iPod Touch (1st gen)" }, { "iPod2,1", "n72ap", 0x00, 0x8720, "iPod Touch (2nd gen)" }, |