diff options
| author | 2026-04-30 14:55:29 -0500 | |
|---|---|---|
| committer | 2026-05-01 00:25:02 +0200 | |
| commit | 04d04f7cbaa4696504e91c1478ddd56160ed6776 (patch) | |
| tree | 1200d2d4341d4767765e451b58e2d789982c0459 | |
| parent | 78f2146bdb0c58803c458535df64de43b039dfa7 (diff) | |
| download | libirecovery-04d04f7cbaa4696504e91c1478ddd56160ed6776.tar.gz libirecovery-04d04f7cbaa4696504e91c1478ddd56160ed6776.tar.bz2 | |
| -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 887ef91..71563e1 100644 --- a/src/libirecovery.c +++ b/src/libirecovery.c @@ -345,6 +345,10 @@ static struct irecv_device irecv_devices[] = { { "iPad16,4", "j718ap", 0x0A, 0x8132, "iPad Pro 11-inch (M4, Cellular)" }, { "iPad16,5", "j720ap", 0x0C, 0x8132, "iPad Pro 13-inch (M4, WiFi)" }, { "iPad16,6", "j721ap", 0x0E, 0x8132, "iPad Pro 13-inch (M4, Cellular)" }, + { "iPad16,8", "j707ap", 0x10, 0x8132, "iPad Air 11-inch (M4, Wi-Fi)" }, + { "iPad16,9", "j708ap", 0x12, 0x8132, "iPad Air 11-inch (M4, Cellular)" }, + { "iPad16,10", "j737ap", 0x14, 0x8132, "iPad Air 13-inch (M4, Wi-Fi)" }, + { "iPad16,11", "j738ap", 0x16, 0x8132, "iPad Air 13-inch (M4, Cellular)" }, { "iPad17,1", "j817ap", 0x08, 0x8142, "iPad Pro 11-inch (M5, WiFi)" }, { "iPad17,2", "j818ap", 0x0A, 0x8142, "iPad Pro 11-inch (M5, Cellular)" }, { "iPad17,3", "j820ap", 0x0C, 0x8142, "iPad Pro 13-inch (M5, WiFi)" }, |
