diff options
-rw-r--r-- | src/libirecovery.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/libirecovery.c b/src/libirecovery.c index 01033b2..ec817d5 100644 --- a/src/libirecovery.c +++ b/src/libirecovery.c | |||
@@ -297,6 +297,15 @@ static struct irecv_device irecv_devices[] = { | |||
297 | { "Watch6,7", "n187bap", 0x12, 0x8301, "Apple Watch Series 7 (45mm)" }, | 297 | { "Watch6,7", "n187bap", 0x12, 0x8301, "Apple Watch Series 7 (45mm)" }, |
298 | { "Watch6,8", "n188sap", 0x14, 0x8301, "Apple Watch Series 7 (41mm Cellular)" }, | 298 | { "Watch6,8", "n188sap", 0x14, 0x8301, "Apple Watch Series 7 (41mm Cellular)" }, |
299 | { "Watch6,9", "n188bap", 0x16, 0x8301, "Apple Watch Series 7 (45mm Cellular)" }, | 299 | { "Watch6,9", "n188bap", 0x16, 0x8301, "Apple Watch Series 7 (45mm Cellular)" }, |
300 | { "Watch6,10", "n143sap", 0x28, 0x8301, "Apple Watch SE 2 (40mm)" }, | ||
301 | { "Watch6,11", "n143bap", 0x2A, 0x8301, "Apple Watch SE 2 (44mm)" }, | ||
302 | { "Watch6,12", "n149sap", 0x2C, 0x8301, "Apple Watch SE 2 (40mm Cellular)" }, | ||
303 | { "Watch6,13", "n149bap", 0x2E, 0x8301, "Apple Watch SE 2 (44mm Cellular)" }, | ||
304 | { "Watch6,14", "n197sap", 0x30, 0x8301, "Apple Watch Series 8 (41mm)" }, | ||
305 | { "Watch6,15", "n197bap", 0x32, 0x8301, "Apple Watch Series 8 (45mm)" }, | ||
306 | { "Watch6,16", "n198sap", 0x34, 0x8301, "Apple Watch Series 8 (41mm Cellular)" }, | ||
307 | { "Watch6,17", "n198bap", 0x36, 0x8301, "Apple Watch Series 8 (45mm Cellular)" }, | ||
308 | { "Watch6,18", "n199ap", 0x26, 0x8301, "Apple Watch Ultra" }, | ||
300 | /* Apple Silicon Macs */ | 309 | /* Apple Silicon Macs */ |
301 | { "ADP3,2", "j273aap", 0x42, 0x8027, "Developer Transition Kit (2020)" }, | 310 | { "ADP3,2", "j273aap", 0x42, 0x8027, "Developer Transition Kit (2020)" }, |
302 | { "Macmini9,1", "j274ap", 0x22, 0x8103, "Mac mini (M1, 2020)" }, | 311 | { "Macmini9,1", "j274ap", 0x22, 0x8103, "Mac mini (M1, 2020)" }, |