summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Eva Luna2023-07-07 00:24:35 -0400
committerGravatar Nikias Bassen2023-09-20 00:05:04 +0200
commitd2d6deddcf67fc5c08c176f509be30abb2f67f8c (patch)
tree029e69eb924df30a7271ee00a4c813fd48f586c6
parentc7b488fbf2a9ab95e451df1319e68662fff7b9b7 (diff)
downloadlibirecovery-d2d6deddcf67fc5c08c176f509be30abb2f67f8c.tar.gz
libirecovery-d2d6deddcf67fc5c08c176f509be30abb2f67f8c.tar.bz2
Add support for WWDC23 Macs
- Mac14,8, or Mac Pro (2023) - Mac14,13, or Mac Studio (M2 Max, 2023) - Mac14,14, or Mac Studio (M2 Ultra, 2023) - Mac14,15, or MacBook Air (M2, 15-inch, 2023)
-rw-r--r--src/libirecovery.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/libirecovery.c b/src/libirecovery.c
index 6e7647b..857e4c2 100644
--- a/src/libirecovery.c
+++ b/src/libirecovery.c
@@ -322,9 +322,13 @@ static struct irecv_device irecv_devices[] = {
{ "Mac14,3", "j473ap", 0x24, 0x8112, "Mac mini (M2, 2023)" },
{ "Mac14,5", "j414cap", 0x04, 0x6021, "MacBook Pro (14-inch, M2 Max, 2023)" },
{ "Mac14,6", "j416cap", 0x06, 0x6021, "MacBook Pro (16-inch, M2 Max, 2023)" },
+ { "Mac14,8", "j180dap", 0x08, 0x6022, "Mac Pro (2023)" },
{ "Mac14,9", "j414sap", 0x04, 0x6020, "MacBook Pro (14-inch, M2 Pro, 2023)" },
{ "Mac14,10", "j416sap", 0x06, 0x6020, "MacBook Pro (16-inch, M2 Pro, 2023)" },
{ "Mac14,12", "j474sap", 0x02, 0x6020, "Mac mini (M2 Pro, 2023)" },
+ { "Mac14,13", "j475cap", 0x0A, 0x6021, "Mac Studio (M2 Max, 2023)" },
+ { "Mac14,14", "j475dap", 0x0A, 0x6022, "Mac Studio (M2 Ultra, 2023)" },
+ { "Mac14,15", "j415ap", 0x2E, 0x8112, "MacBook Air (M2, 15-inch, 2023)" },
/* Apple Silicon VMs (supported by Virtualization.framework on macOS 12) */
{ "VirtualMac2,1", "vma2macosap", 0x20, 0xFE00, "Apple Virtual Machine 1" },
/* Apple T2 Coprocessor */