summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2021-06-13 01:22:29 +0200
committerGravatar Nikias Bassen2021-06-13 01:22:29 +0200
commit79b3fb082e02a5b0f5ffa34641065acac2cc756f (patch)
tree060c67e41f33f80051fffb9499e1c63716b28569
parent47934949e0015165a4562b08e824adb3f664c0ea (diff)
downloadlibirecovery-79b3fb082e02a5b0f5ffa34641065acac2cc756f.tar.gz
libirecovery-79b3fb082e02a5b0f5ffa34641065acac2cc756f.tar.bz2
Add iMac 24-inch M1 models
-rw-r--r--src/libirecovery.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libirecovery.c b/src/libirecovery.c
index 3e90178..584ede8 100644
--- a/src/libirecovery.c
+++ b/src/libirecovery.c
@@ -275,6 +275,8 @@ static struct irecv_device irecv_devices[] = {
{ "Macmini9,1", "j274ap", 0x22, 0x8103, "Mac mini (M1, 2020)" },
{ "MacBookPro17,1", "j293ap", 0x24, 0x8103, "MacBook Pro (M1, 2020)" },
{ "MacBookAir10,1", "j313ap", 0x26, 0x8103, "MacBook Air (M1, 2020)" },
+ { "iMac21,1", "j456ap", 0x28, 0x8103, "iMac 24-inch (M1, Two Ports, 2021)" },
+ { "iMac21,2", "j457ap", 0x2A, 0x8103, "iMac 24-inch (M1, Four Ports, 2021)" },
/* Apple T2 Coprocessor */
{ "iBridge2,1", "j137ap", 0x0A, 0x8012, "Apple T2 iMacPro1,1 (j137)" },
{ "iBridge2,3", "j680ap", 0x0B, 0x8012, "Apple T2 MacBookPro15,1 (j680)" },