diff options
| author | 2015-10-09 01:31:02 +0200 | |
|---|---|---|
| committer | 2015-10-09 01:31:02 +0200 | |
| commit | a43da1da7b0555998441b305b30c2f3cba46acdf (patch) | |
| tree | b9068cba31d3299368c574ecab2b29ca8f70dfca | |
| parent | e47b917e795cd0b6c7cede5dd56f0186d117e24d (diff) | |
| download | libirecovery-a43da1da7b0555998441b305b30c2f3cba46acdf.tar.gz libirecovery-a43da1da7b0555998441b305b30c2f3cba46acdf.tar.bz2 | |
Added n71map and n66map models (iPhone 6S and iPhone 6S Plus with TSMC A9 processor)
Note that a query with irecv_devices_get_device_by_product_type() will now return
the Samsung A9 processor model. It is strongly advised to use
irecv_devices_get_device_by_hardware_model() instead to get an exact match.
| -rw-r--r-- | src/libirecovery.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libirecovery.c b/src/libirecovery.c index 449d56e..7a5046a 100644 --- a/src/libirecovery.c +++ b/src/libirecovery.c | |||
| @@ -108,7 +108,9 @@ static struct irecv_device irecv_devices[] = { | |||
| 108 | {"iPhone7,1", "n56ap", 0x04, 0x7000 }, | 108 | {"iPhone7,1", "n56ap", 0x04, 0x7000 }, |
| 109 | {"iPhone7,2", "n61ap", 0x06, 0x7000 }, | 109 | {"iPhone7,2", "n61ap", 0x06, 0x7000 }, |
| 110 | {"iPhone8,1", "n71ap", 0x04, 0x8000 }, | 110 | {"iPhone8,1", "n71ap", 0x04, 0x8000 }, |
| 111 | {"iPhone8,1", "n71map", 0x04, 0x8003 }, | ||
| 111 | {"iPhone8,2", "n66ap", 0x06, 0x8000 }, | 112 | {"iPhone8,2", "n66ap", 0x06, 0x8000 }, |
| 113 | {"iPhone8,2", "n66map", 0x06, 0x8003 }, | ||
| 112 | {"iPod1,1", "n45ap", 0x02, 0x8900 }, | 114 | {"iPod1,1", "n45ap", 0x02, 0x8900 }, |
| 113 | {"iPod2,1", "n72ap", 0x00, 0x8920 }, | 115 | {"iPod2,1", "n72ap", 0x00, 0x8920 }, |
| 114 | {"iPod3,1", "n18ap", 0x02, 0x8922 }, | 116 | {"iPod3,1", "n18ap", 0x02, 0x8922 }, |
