diff options
author | Nikias Bassen | 2022-09-16 19:37:06 +0200 |
---|---|---|
committer | Nikias Bassen | 2022-09-16 19:37:06 +0200 |
commit | 0fe2ca4077fef9fda050ace39b549f63d3043462 (patch) | |
tree | fb62786c24786364f5de606a5cc5a30bf672059d /src/libirecovery.c | |
parent | c98dc6763e1643a0d702b75014a21024a7393d75 (diff) | |
download | libirecovery-0fe2ca4077fef9fda050ace39b549f63d3043462.tar.gz libirecovery-0fe2ca4077fef9fda050ace39b549f63d3043462.tar.bz2 |
Add Apple Watch SE 2, Series 8 and Ultra family
Diffstat (limited to 'src/libirecovery.c')
-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[] = { { "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)" }, |