From 9032f0ac4d2789d9525a2a053c5b4a90f30fc70c Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Mon, 15 Jun 2020 17:31:25 +0200 Subject: Fix wrong device information for iPad 7 variants --- src/libirecovery.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libirecovery.c b/src/libirecovery.c index d32619e..d126709 100644 --- a/src/libirecovery.c +++ b/src/libirecovery.c @@ -206,8 +206,8 @@ static struct irecv_device irecv_devices[] = { { "iPad7,4", "j208ap", 0x06, 0x8011, "iPad Pro 10.5in (Cellular)" }, { "iPad7,5", "j71bap", 0x18, 0x8010, "iPad 6 (WiFi)" }, { "iPad7,6", "j72bap", 0x1A, 0x8010, "iPad 6 (Cellular)" }, - { "iPad7,11", "j172ap", 0x1E, 0x8010, "iPad 7 (WiFi)" }, - { "iPad7,12", "j171ap", 0x1C, 0x8010, "iPad 7 (Cellular)" }, + { "iPad7,11", "j171ap", 0x1C, 0x8010, "iPad 7 (WiFi)" }, + { "iPad7,12", "j172ap", 0x1E, 0x8010, "iPad 7 (Cellular)" }, { "iPad8,1", "j317ap", 0x0C, 0x8027, "iPad Pro 3 11in (WiFi)" }, { "iPad8,2", "j317xap", 0x1C, 0x8027, "iPad Pro 3 11in (WiFi, 1TB)" }, { "iPad8,3", "j318ap", 0x0E, 0x8027, "iPad Pro 3 11in (Cellular)" }, -- cgit v1.1-32-gdbae