diff options
author | Nikias Bassen | 2015-10-09 01:31:02 +0200 |
---|---|---|
committer | Nikias Bassen | 2015-10-09 01:31:02 +0200 |
commit | a43da1da7b0555998441b305b30c2f3cba46acdf (patch) | |
tree | b9068cba31d3299368c574ecab2b29ca8f70dfca /src | |
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.
Diffstat (limited to 'src')
-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[] = { {"iPhone7,1", "n56ap", 0x04, 0x7000 }, {"iPhone7,2", "n61ap", 0x06, 0x7000 }, {"iPhone8,1", "n71ap", 0x04, 0x8000 }, + {"iPhone8,1", "n71map", 0x04, 0x8003 }, {"iPhone8,2", "n66ap", 0x06, 0x8000 }, + {"iPhone8,2", "n66map", 0x06, 0x8003 }, {"iPod1,1", "n45ap", 0x02, 0x8900 }, {"iPod2,1", "n72ap", 0x00, 0x8920 }, {"iPod3,1", "n18ap", 0x02, 0x8922 }, |