diff options
| author | 2021-09-21 03:06:25 +0200 | |
|---|---|---|
| committer | 2021-09-21 03:06:25 +0200 | |
| commit | 8bb65b60b2ac88c14d3cfe4569ee73993cea318d (patch) | |
| tree | ac2db26864794cf26a2b461ca112aee0fd445683 /src | |
| parent | cfd5f49a7e823a7f6a69b84eb14be13aec542de3 (diff) | |
| download | libirecovery-8bb65b60b2ac88c14d3cfe4569ee73993cea318d.tar.gz libirecovery-8bb65b60b2ac88c14d3cfe4569ee73993cea318d.tar.bz2 | |
Add 9th gen iPad devices
Diffstat (limited to 'src')
| -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 c6cbe72..74d8c1b 100644 --- a/src/libirecovery.c +++ b/src/libirecovery.c | |||
| @@ -234,6 +234,8 @@ static struct irecv_device irecv_devices[] = { | |||
| 234 | { "iPad11,4", "j218ap", 0x1E, 0x8020, "iPad Air (3rd gen, Celluar)" }, | 234 | { "iPad11,4", "j218ap", 0x1E, 0x8020, "iPad Air (3rd gen, Celluar)" }, |
| 235 | { "iPad11,6", "j171aap", 0x24, 0x8020, "iPad (8th gen, WiFi)" }, | 235 | { "iPad11,6", "j171aap", 0x24, 0x8020, "iPad (8th gen, WiFi)" }, |
| 236 | { "iPad11,7", "j172aap", 0x26, 0x8020, "iPad (8th gen, Celluar)" }, | 236 | { "iPad11,7", "j172aap", 0x26, 0x8020, "iPad (8th gen, Celluar)" }, |
| 237 | { "iPad12,1", "j181ap", 0x18, 0x8030, "iPad (9th gen, WiFi)" }, | ||
| 238 | { "iPad12,1", "j182ap", 0x1A, 0x8030, "iPad (9th gen, Cellular)" }, | ||
| 237 | { "iPad13,1", "j307ap", 0x04, 0x8101, "iPad Air (4th gen, WiFi)" }, | 239 | { "iPad13,1", "j307ap", 0x04, 0x8101, "iPad Air (4th gen, WiFi)" }, |
| 238 | { "iPad13,2", "j308ap", 0x06, 0x8101, "iPad Air (4th gen, Celluar)" }, | 240 | { "iPad13,2", "j308ap", 0x06, 0x8101, "iPad Air (4th gen, Celluar)" }, |
| 239 | { "iPad13,4", "j517ap", 0x08, 0x8103, "iPad Pro 11-inch (3rd gen, WiFi)" }, | 241 | { "iPad13,4", "j517ap", 0x08, 0x8103, "iPad Pro 11-inch (3rd gen, WiFi)" }, |
