diff options
| author | 2024-05-31 19:11:25 +0200 | |
|---|---|---|
| committer | 2024-05-31 19:11:25 +0200 | |
| commit | 7ce02c347b7c26e59498e6af31c9da51018d0fa1 (patch) | |
| tree | f2396010f8902cd58f485570bb445572b83599ad | |
| parent | 617fb573ef9f92a19d6025926e0fbc94472e7197 (diff) | |
| download | libirecovery-7ce02c347b7c26e59498e6af31c9da51018d0fa1.tar.gz libirecovery-7ce02c347b7c26e59498e6af31c9da51018d0fa1.tar.bz2 | |
Add iPad Air (M2) and iPad Pro (M4) models
| -rw-r--r-- | src/libirecovery.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/libirecovery.c b/src/libirecovery.c index a60782c..6b110f1 100644 --- a/src/libirecovery.c +++ b/src/libirecovery.c | |||
| @@ -279,6 +279,14 @@ static struct irecv_device irecv_devices[] = { | |||
| 279 | { "iPad14,4", "j618ap", 0x0A, 0x8112, "iPad Pro 11-inch (4th gen, Cellular)" }, | 279 | { "iPad14,4", "j618ap", 0x0A, 0x8112, "iPad Pro 11-inch (4th gen, Cellular)" }, |
| 280 | { "iPad14,5", "j620ap", 0x0C, 0x8112, "iPad Pro 12.9-inch (6th gen, WiFi)" }, | 280 | { "iPad14,5", "j620ap", 0x0C, 0x8112, "iPad Pro 12.9-inch (6th gen, WiFi)" }, |
| 281 | { "iPad14,6", "j621ap", 0x0E, 0x8112, "iPad Pro 12.9-inch (6th gen, Cellular)" }, | 281 | { "iPad14,6", "j621ap", 0x0E, 0x8112, "iPad Pro 12.9-inch (6th gen, Cellular)" }, |
| 282 | { "iPad14,8", "j507ap", 0x10, 0x8112, "iPad Air 11-inch (M2, WiFi)" }, | ||
| 283 | { "iPad14,9", "j508ap", 0x12, 0x8112, "iPad Air 11-inch (M2, Cellular)" }, | ||
| 284 | { "iPad14,10", "j537ap", 0x14, 0x8112, "iPad Air 13-inch (M2, WiFi)" }, | ||
| 285 | { "iPad14,11", "j538ap", 0x16, 0x8112, "iPad Air 13-inch (M2, Cellular)" }, | ||
| 286 | { "iPad16,3", "j717ap", 0x08, 0x8132, "iPad Pro 11-inch (M4, WiFi)" }, | ||
| 287 | { "iPad16,4", "j718ap", 0x0A, 0x8132, "iPad Pro 11-inch (M4, Cellular)" }, | ||
| 288 | { "iPad16,5", "j720ap", 0x0C, 0x8132, "iPad Pro 13-inch (M4, WiFi)" }, | ||
| 289 | { "iPad16,6", "j721ap", 0x0E, 0x8132, "iPad Pro 13-inch (M4, Cellular)" }, | ||
| 282 | /* Apple TV */ | 290 | /* Apple TV */ |
| 283 | { "AppleTV2,1", "k66ap", 0x10, 0x8930, "Apple TV 2" }, | 291 | { "AppleTV2,1", "k66ap", 0x10, 0x8930, "Apple TV 2" }, |
| 284 | { "AppleTV3,1", "j33ap", 0x08, 0x8942, "Apple TV 3" }, | 292 | { "AppleTV3,1", "j33ap", 0x08, 0x8942, "Apple TV 3" }, |
