diff options
| author | 2019-09-28 16:23:36 +0200 | |
|---|---|---|
| committer | 2019-09-28 16:23:36 +0200 | |
| commit | 93111c07a877a47ded6e05b567aa393bec4cbd7d (patch) | |
| tree | 1cd9f8cf43606125b5f7c06375631abd790f0889 | |
| parent | b2a9edb52b4b56c5865dc0f4bc9a2a15ab32d539 (diff) | |
| download | libirecovery-93111c07a877a47ded6e05b567aa393bec4cbd7d.tar.gz libirecovery-93111c07a877a47ded6e05b567aa393bec4cbd7d.tar.bz2 | |
Add support for iPad7,11 and iPad7,12
| -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 5dada9a..66d76c3 100644 --- a/src/libirecovery.c +++ b/src/libirecovery.c | |||
| @@ -208,6 +208,8 @@ static struct irecv_device irecv_devices[] = { | |||
| 208 | { "iPad7,4", "j208ap", 0x06, 0x8011, "iPad Pro 10.5in (Cellular)" }, | 208 | { "iPad7,4", "j208ap", 0x06, 0x8011, "iPad Pro 10.5in (Cellular)" }, |
| 209 | { "iPad7,5", "j71bap", 0x18, 0x8010, "iPad 6 (WiFi)" }, | 209 | { "iPad7,5", "j71bap", 0x18, 0x8010, "iPad 6 (WiFi)" }, |
| 210 | { "iPad7,6", "j72bap", 0x1A, 0x8010, "iPad 6 (Cellular)" }, | 210 | { "iPad7,6", "j72bap", 0x1A, 0x8010, "iPad 6 (Cellular)" }, |
| 211 | { "iPad7,11", "j172ap", 0x1E, 0x8010, "iPad 7 (WiFi)" }, | ||
| 212 | { "iPad7,12", "j171ap", 0x1C, 0x8010, "iPad 7 (Cellular)" }, | ||
| 211 | { "iPad8,1", "j317ap", 0x0C, 0x8027, "iPad Pro 3 11in (WiFi)" }, | 213 | { "iPad8,1", "j317ap", 0x0C, 0x8027, "iPad Pro 3 11in (WiFi)" }, |
| 212 | { "iPad8,2", "j317xap", 0x1C, 0x8027, "iPad Pro 3 11in (WiFi, 1TB)" }, | 214 | { "iPad8,2", "j317xap", 0x1C, 0x8027, "iPad Pro 3 11in (WiFi, 1TB)" }, |
| 213 | { "iPad8,3", "j318ap", 0x0E, 0x8027, "iPad Pro 3 11in (Cellular)" }, | 215 | { "iPad8,3", "j318ap", 0x0E, 0x8027, "iPad Pro 3 11in (Cellular)" }, |
