diff options
| author | 2019-09-20 15:16:49 +0200 | |
|---|---|---|
| committer | 2019-09-20 15:16:49 +0200 | |
| commit | 7aa0c6510eb8a639deef921ba397d9385cb44c40 (patch) | |
| tree | e12caf0370be422263a3849be031f7441ac53e8e | |
| parent | 7b44184ea88c88b7e56f1f74ce56884252ccf279 (diff) | |
| download | libirecovery-7aa0c6510eb8a639deef921ba397d9385cb44c40.tar.gz libirecovery-7aa0c6510eb8a639deef921ba397d9385cb44c40.tar.bz2 | |
Add support for iPhone 11, iPhone 11 Pro, and iPhone 11 Pro Max models
| -rw-r--r-- | src/libirecovery.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libirecovery.c b/src/libirecovery.c index 5b86786..9d5911d 100644 --- a/src/libirecovery.c +++ b/src/libirecovery.c | |||
| @@ -155,6 +155,9 @@ static struct irecv_device irecv_devices[] = { | |||
| 155 | {"iPhone11,4","d331ap", 0x0a, 0x8020 }, | 155 | {"iPhone11,4","d331ap", 0x0a, 0x8020 }, |
| 156 | {"iPhone11,6","d331pap",0x1a, 0x8020 }, | 156 | {"iPhone11,6","d331pap",0x1a, 0x8020 }, |
| 157 | {"iPhone11,8","n841ap", 0x0c, 0x8020 }, | 157 | {"iPhone11,8","n841ap", 0x0c, 0x8020 }, |
| 158 | {"iPhone12,1","n104ap", 0x04, 0x8030 }, | ||
| 159 | {"iPhone12,3","d421ap", 0x06, 0x8030 }, | ||
| 160 | {"iPhone12,5","d431ap", 0x02, 0x8030 }, | ||
| 158 | {"iPod1,1", "n45ap", 0x02, 0x8900 }, | 161 | {"iPod1,1", "n45ap", 0x02, 0x8900 }, |
| 159 | {"iPod2,1", "n72ap", 0x00, 0x8720 }, | 162 | {"iPod2,1", "n72ap", 0x00, 0x8720 }, |
| 160 | {"iPod3,1", "n18ap", 0x02, 0x8922 }, | 163 | {"iPod3,1", "n18ap", 0x02, 0x8922 }, |
