summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Daniel VanBritsom2023-09-18 16:03:30 -0400
committerGravatar Nikias Bassen2023-09-20 00:09:12 +0200
commit7d78cc162c613dcc78aefad757b62056185cf0d9 (patch)
tree376c8c69a6a5dbaefcc6fb84103fd341028c24f2
parent58481c76ba5e4e674c9c745c43568076268f1019 (diff)
downloadlibirecovery-7d78cc162c613dcc78aefad757b62056185cf0d9.tar.gz
libirecovery-7d78cc162c613dcc78aefad757b62056185cf0d9.tar.bz2
Add Apple Watch Series 9 and Ultra 2 (device lookup)
-rw-r--r--src/libirecovery.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/libirecovery.c b/src/libirecovery.c
index 7906360..55b890f 100644
--- a/src/libirecovery.c
+++ b/src/libirecovery.c
@@ -308,6 +308,11 @@ static struct irecv_device irecv_devices[] = {
{ "Watch6,16", "n198sap", 0x34, 0x8301, "Apple Watch Series 8 (41mm Cellular)" },
{ "Watch6,17", "n198bap", 0x36, 0x8301, "Apple Watch Series 8 (45mm Cellular)" },
{ "Watch6,18", "n199ap", 0x26, 0x8301, "Apple Watch Ultra" },
+ { "Watch7,1", "n207sap", 0x08, 0x8310, "Apple Watch Series 9 (41mm)" },
+ { "Watch7,2", "n207bap", 0x0A, 0x8310, "Apple Watch Series 9 (45mm)" },
+ { "Watch7,3", "n208sap", 0x0C, 0x8310, "Apple Watch Series 9 (41mm Cellular)" },
+ { "Watch7,4", "n208bap", 0x0E, 0x8310, "Apple Watch Series 9 (45mm Cellular)" },
+ { "Watch7,5", "n210ap", 0x02, 0x8310, "Apple Watch Ultra 2" },
/* Apple Silicon Macs */
{ "ADP3,2", "j273aap", 0x42, 0x8027, "Developer Transition Kit (2020)" },
{ "Macmini9,1", "j274ap", 0x22, 0x8103, "Mac mini (M1, 2020)" },