diff options
author | Nikias Bassen | 2020-03-24 22:22:05 +0100 |
---|---|---|
committer | Nikias Bassen | 2020-03-24 22:22:05 +0100 |
commit | 3f9001b6e6c201b4853d14d37d138c020b9f4e9c (patch) | |
tree | 791272da5287edb816882aa0e14a2e792c2113fe | |
parent | 2bd64e6d9c82c547bdd15cb32a74c1de5fd53bd8 (diff) | |
download | libirecovery-3f9001b6e6c201b4853d14d37d138c020b9f4e9c.tar.gz libirecovery-3f9001b6e6c201b4853d14d37d138c020b9f4e9c.tar.bz2 |
Add support for iPad Pro 4 models
-rw-r--r-- | src/libirecovery.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/libirecovery.c b/src/libirecovery.c index c4659e0..eff6cc3 100644 --- a/src/libirecovery.c +++ b/src/libirecovery.c @@ -215,6 +215,10 @@ static struct irecv_device irecv_devices[] = { { "iPad8,6", "j320xap", 0x18, 0x8027, "iPad Pro 3 12.9in (WiFi, 1TB)" }, { "iPad8,7", "j321ap", 0x0A, 0x8027, "iPad Pro 3 12.9in (Cellular)" }, { "iPad8,8", "j321xap", 0x1A, 0x8027, "iPad Pro 3 12.9in (Cellular, 1TB)" }, + { "iPad8,9", "j417ap", 0x3C, 0x8027, "iPad Pro 4 11in (WiFi)" }, + { "iPad8,10", "j418ap", 0x3E, 0x8027, "iPad Pro 4 11in (Cellular)" }, + { "iPad8,11", "j420ap", 0x38, 0x8027, "iPad Pro 4 12.9in (WiFi)" }, + { "iPad8,12", "j421ap", 0x3A, 0x8027, "iPad Pro 4 12.9in (Cellular)" }, { "iPad11,1", "j210ap", 0x14, 0x8020, "iPad Mini 5 (WiFi)" }, { "iPad11,2", "j211ap", 0x16, 0x8020, "iPad Mini 5 (Cellular)" }, { "iPad11,3", "j217ap", 0x1C, 0x8020, "iPad Air 3 (WiFi)" }, |