diff options
author | Nikias Bassen | 2021-09-21 12:42:16 +0200 |
---|---|---|
committer | GitHub | 2021-09-21 12:42:16 +0200 |
commit | afd16aca61a611cdac8595ec5d3dd0e6fabbdb8c (patch) | |
tree | 735cf18250deebe17e052db1d37da3321112ff61 /src | |
parent | 26912bc18cb6e35bfb0b29193530571f071e9d48 (diff) | |
download | libirecovery-afd16aca61a611cdac8595ec5d3dd0e6fabbdb8c.tar.gz libirecovery-afd16aca61a611cdac8595ec5d3dd0e6fabbdb8c.tar.bz2 |
Fix incorrect 9th gen iPad ProductType string
Diffstat (limited to 'src')
-rw-r--r-- | src/libirecovery.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libirecovery.c b/src/libirecovery.c index a6ccf69..5f09a93 100644 --- a/src/libirecovery.c +++ b/src/libirecovery.c @@ -235,7 +235,7 @@ static struct irecv_device irecv_devices[] = { { "iPad11,6", "j171aap", 0x24, 0x8020, "iPad (8th gen, WiFi)" }, { "iPad11,7", "j172aap", 0x26, 0x8020, "iPad (8th gen, Celluar)" }, { "iPad12,1", "j181ap", 0x18, 0x8030, "iPad (9th gen, WiFi)" }, - { "iPad12,1", "j182ap", 0x1A, 0x8030, "iPad (9th gen, Cellular)" }, + { "iPad12,2", "j182ap", 0x1A, 0x8030, "iPad (9th gen, Cellular)" }, { "iPad13,1", "j307ap", 0x04, 0x8101, "iPad Air (4th gen, WiFi)" }, { "iPad13,2", "j308ap", 0x06, 0x8101, "iPad Air (4th gen, Celluar)" }, { "iPad13,4", "j517ap", 0x08, 0x8103, "iPad Pro 11-inch (3rd gen, WiFi)" }, |