diff options
author | Daniel VanBritsom | 2021-09-23 13:18:07 -0400 |
---|---|---|
committer | Nikias Bassen | 2021-09-24 01:11:00 +0200 |
commit | 0165076dedcad80c9a6886424cdc0992a88ce2ae (patch) | |
tree | e3bfbd9a989d248d5a8254a5d26a58f557cfa0b8 /src | |
parent | afd16aca61a611cdac8595ec5d3dd0e6fabbdb8c (diff) | |
download | libirecovery-0165076dedcad80c9a6886424cdc0992a88ce2ae.tar.gz libirecovery-0165076dedcad80c9a6886424cdc0992a88ce2ae.tar.bz2 |
Add support for Apple Watch Series 7
Diffstat (limited to 'src')
-rw-r--r-- | src/libirecovery.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/libirecovery.c b/src/libirecovery.c index 5f09a93..e88e4a9 100644 --- a/src/libirecovery.c +++ b/src/libirecovery.c @@ -286,6 +286,10 @@ static struct irecv_device irecv_devices[] = { { "Watch6,2", "n157bap", 0x0A, 0x8301, "Apple Watch Series 6 (44mm)" }, { "Watch6,3", "n158sap", 0x0C, 0x8301, "Apple Watch Series 6 (40mm Cellular)" }, { "Watch6,4", "n158bap", 0x0E, 0x8301, "Apple Watch Series 6 (44mm Cellular)" }, + { "Watch6,6", "n187sap", 0x10, 0x8301, "Apple Watch Series 7 (41mm)" }, + { "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)" }, /* Apple Silicon Macs */ { "ADP3,2", "j273aap", 0x42, 0x8027, "Developer Transition Kit" }, { "Macmini9,1", "j274ap", 0x22, 0x8103, "Mac mini (M1, 2020)" }, |