From a43da1da7b0555998441b305b30c2f3cba46acdf Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Fri, 9 Oct 2015 01:31:02 +0200 Subject: 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. --- src/libirecovery.c | 2 ++ 1 file changed, 2 insertions(+) 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 }, -- cgit v1.1-32-gdbae