summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2019-01-16 05:19:13 +0100
committerGravatar Nikias Bassen2019-01-16 05:19:13 +0100
commitc67b0d347f51e906967d7ee10686ca2320abbd75 (patch)
tree6326141d3a557d91a761135feee1cf3c6c99bfc2
parent4daf6d84f7271cc19256c45b52c63b99ba7b4391 (diff)
downloadlibirecovery-c67b0d347f51e906967d7ee10686ca2320abbd75.tar.gz
libirecovery-c67b0d347f51e906967d7ee10686ca2320abbd75.tar.bz2
Add support for the iPad Pro 3rd generation models
-rw-r--r--src/libirecovery.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/libirecovery.c b/src/libirecovery.c
index 945e591..38ef773 100644
--- a/src/libirecovery.c
+++ b/src/libirecovery.c
@@ -195,6 +195,14 @@ static struct irecv_device irecv_devices[] = {
{"iPad7,4", "j208ap", 0x06, 0x8011 },
{"iPad7,5", "j71bap", 0x18, 0x8010 },
{"iPad7,6", "j72bap", 0x1A, 0x8010 },
+ {"iPad8,1", "j317ap", 0x0C, 0x8027 },
+ {"iPad8,2", "j317xap", 0x1C, 0x8027 },
+ {"iPad8,3", "j318ap", 0x0E, 0x8027 },
+ {"iPad8,4", "j318xap", 0x1E, 0x8027 },
+ {"iPad8,5", "j320ap", 0x08, 0x8027 },
+ {"iPad8,6", "j320xap", 0x18, 0x8027 },
+ {"iPad8,7", "j321ap", 0x0A, 0x8027 },
+ {"iPad8,8", "j321xap", 0x1A, 0x8027 },
{"AppleTV2,1", "k66ap", 0x10, 0x8930 },
{"AppleTV3,1", "j33ap", 0x08, 0x8942 },
{"AppleTV3,2","j33iap", 0x00, 0x8947 },