diff options
author | 2024-10-22 21:58:17 -0400 | |
---|---|---|
committer | 2024-11-01 23:57:23 +0100 | |
commit | 796903a0bd469a4d80bb2191f0eb47013e151e1b (patch) | |
tree | c2a9f4246fa83a029fa4c16ab854a19c69db1f53 | |
parent | 24818b238155dc7797f14b471b63c789e6f3bb1a (diff) | |
download | libirecovery-796903a0bd469a4d80bb2191f0eb47013e151e1b.tar.gz libirecovery-796903a0bd469a4d80bb2191f0eb47013e151e1b.tar.bz2 |
Support iPad mini (A17 Pro)
-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 ddc1946..1b93754 100644 --- a/src/libirecovery.c +++ b/src/libirecovery.c @@ -287,6 +287,8 @@ static struct irecv_device irecv_devices[] = { { "iPad14,9", "j508ap", 0x12, 0x8112, "iPad Air 11-inch (M2, Cellular)" }, { "iPad14,10", "j537ap", 0x14, 0x8112, "iPad Air 13-inch (M2, WiFi)" }, { "iPad14,11", "j538ap", 0x16, 0x8112, "iPad Air 13-inch (M2, Cellular)" }, + { "iPad16,1", "j410ap", 0x08, 0x8130, "iPad mini (A17 Pro, WiFi)" }, + { "iPad16,2", "j411ap", 0x0A, 0x8130, "iPad mini (A17 Pro, Cellular)" }, { "iPad16,3", "j717ap", 0x08, 0x8132, "iPad Pro 11-inch (M4, WiFi)" }, { "iPad16,4", "j718ap", 0x0A, 0x8132, "iPad Pro 11-inch (M4, Cellular)" }, { "iPad16,5", "j720ap", 0x0C, 0x8132, "iPad Pro 13-inch (M4, WiFi)" }, |