From 0fe2ca4077fef9fda050ace39b549f63d3043462 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Fri, 16 Sep 2022 19:37:06 +0200 Subject: Add Apple Watch SE 2, Series 8 and Ultra family --- src/libirecovery.c | 9 +++++++++ 1 file changed, 9 insertions(+) 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[] = { { "Watch6,7", "n187bap", 0x12, 0x8301, "Apple Watch Series 7 (45mm)" }, { "Watch6,8", "n188sap", 0x14, 0x8301, "Apple Watch Series 7 (41mm Cellular)" }, { "Watch6,9", "n188bap", 0x16, 0x8301, "Apple Watch Series 7 (45mm Cellular)" }, + { "Watch6,10", "n143sap", 0x28, 0x8301, "Apple Watch SE 2 (40mm)" }, + { "Watch6,11", "n143bap", 0x2A, 0x8301, "Apple Watch SE 2 (44mm)" }, + { "Watch6,12", "n149sap", 0x2C, 0x8301, "Apple Watch SE 2 (40mm Cellular)" }, + { "Watch6,13", "n149bap", 0x2E, 0x8301, "Apple Watch SE 2 (44mm Cellular)" }, + { "Watch6,14", "n197sap", 0x30, 0x8301, "Apple Watch Series 8 (41mm)" }, + { "Watch6,15", "n197bap", 0x32, 0x8301, "Apple Watch Series 8 (45mm)" }, + { "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" }, /* Apple Silicon Macs */ { "ADP3,2", "j273aap", 0x42, 0x8027, "Developer Transition Kit (2020)" }, { "Macmini9,1", "j274ap", 0x22, 0x8103, "Mac mini (M1, 2020)" }, -- cgit v1.1-32-gdbae