From ef3618749fc697b91834227d4cb87d86d7ec6f3b Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Sun, 13 Jun 2021 01:49:09 +0200 Subject: Add iPad Pro 11-inch (3rd gen) and iPad Pro 12.9-inch (5th gen) devices --- src/libirecovery.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/libirecovery.c b/src/libirecovery.c index 584ede8..2e3cd25 100644 --- a/src/libirecovery.c +++ b/src/libirecovery.c @@ -233,6 +233,14 @@ static struct irecv_device irecv_devices[] = { { "iPad11,7", "j172aap", 0x26, 0x8020, "iPad 8 (Celluar)" }, { "iPad13,1", "j307ap", 0x04, 0x8101, "iPad Air 4 (WiFi)" }, { "iPad13,2", "j308ap", 0x06, 0x8101, "iPad Air 4 (Celluar)" }, + { "iPad13,4", "j517ap", 0x08, 0x8103, "iPad Pro 11-inch (3rd gen, WiFi)" }, + { "iPad13,5", "j517xap", 0x0A, 0x8103, "iPad Pro 11-inch (3rd gen, WiFi, 2TB)" }, + { "iPad13,6", "j518ap", 0x0C, 0x8103, "iPad Pro 11-inch (3rd gen, Cellular)" }, + { "iPad13,7", "j518xap", 0x0E, 0x8103, "iPad Pro 11-inch (3rd gen, Celluar, 2TB)" }, + { "iPad13,8", "j522ap", 0x18, 0x8103, "iPad Pro 12.9-inch (5th gen, WiFi)" }, + { "iPad13,9", "j522xap", 0x1A, 0x8103, "iPad Pro 12.9-inch (5th gen, WiFi, 2TB)" }, + { "iPad13,10", "j523ap", 0x1C, 0x8103, "iPad Pro 12.9-inch (5th gen, Celluar)" }, + { "iPad13,11", "j523xap", 0x1E, 0x8103, "iPad Pro 12.9-inch (5th gen, Celluar, 2TB)" }, /* Apple TV */ { "AppleTV2,1", "k66ap", 0x10, 0x8930, "Apple TV 2" }, { "AppleTV3,1", "j33ap", 0x08, 0x8942, "Apple TV 3" }, -- cgit v1.1-32-gdbae