diff options
| author | 2020-10-23 16:43:53 +0200 | |
|---|---|---|
| committer | 2020-10-23 16:43:53 +0200 | |
| commit | 6005ce6a148dc774f336de903ee0cd6c6ff2700a (patch) | |
| tree | 2e12ac7accd6fa2f1e089697fafcc40c2f0fa15d /src/libirecovery.c | |
| parent | aec8ff960c64a3a70a9b0722de10f462fced31a2 (diff) | |
| download | libirecovery-6005ce6a148dc774f336de903ee0cd6c6ff2700a.tar.gz libirecovery-6005ce6a148dc774f336de903ee0cd6c6ff2700a.tar.bz2 | |
Add all current Apple Watch models (only for device model lookup)
Diffstat (limited to 'src/libirecovery.c')
| -rw-r--r-- | src/libirecovery.c | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/src/libirecovery.c b/src/libirecovery.c index 8ba8aa2..707a9c6 100644 --- a/src/libirecovery.c +++ b/src/libirecovery.c | |||
| @@ -238,6 +238,30 @@ static struct irecv_device irecv_devices[] = { | |||
| 238 | /* Apple Watch */ | 238 | /* Apple Watch */ |
| 239 | { "Watch1,1", "n27aap", 0x02, 0x7002, "Apple Watch 38mm (1st gen)" }, | 239 | { "Watch1,1", "n27aap", 0x02, 0x7002, "Apple Watch 38mm (1st gen)" }, |
| 240 | { "Watch1,2", "n28aap", 0x04, 0x7002, "Apple Watch 42mm (1st gen)" }, | 240 | { "Watch1,2", "n28aap", 0x04, 0x7002, "Apple Watch 42mm (1st gen)" }, |
| 241 | { "Watch2,6", "n27dap", 0x02, 0x8002, "Apple Watch Series 1 (38mm)" }, | ||
| 242 | { "Watch2,7", "n28dap", 0x04, 0x8002, "Apple Watch Series 1 (42mm)" }, | ||
| 243 | { "Watch2,3", "n74ap", 0x0C, 0x8002, "Apple Watch Series 2 (38mm)" }, | ||
| 244 | { "Watch2,4", "n75ap", 0x0E, 0x8002, "Apple Watch Series 2 (42mm)" }, | ||
| 245 | { "Watch3,1", "n111sap", 0x1C, 0x8004, "Apple Watch Series 3 (38mm Cellular)" }, | ||
| 246 | { "Watch3,2", "n111bap", 0x1E, 0x8004, "Apple Watch Series 3 (42mm Cellular)" }, | ||
| 247 | { "Watch3,3", "n121sap", 0x18, 0x8004, "Apple Watch Series 3 (38mm)" }, | ||
| 248 | { "Watch3,4", "n121bap", 0x1A, 0x8004, "Apple Watch Series 3 (42mm)" }, | ||
| 249 | { "Watch4,1", "n131sap", 0x08, 0x8006, "Apple Watch Series 4 (40mm)" }, | ||
| 250 | { "Watch4,2", "n131bap", 0x0A, 0x8006, "Apple Watch Series 4 (44mm)" }, | ||
| 251 | { "Watch4,3", "n141sap", 0x0C, 0x8006, "Apple Watch Series 4 (40mm Cellular)" }, | ||
| 252 | { "Watch4,4", "n141bap", 0x0E, 0x8006, "Apple Watch Series 4 (44mm Cellular)" }, | ||
| 253 | { "Watch5,1", "n144sap", 0x10, 0x8006, "Apple Watch Series 5 (40mm)" }, | ||
| 254 | { "Watch5,2", "n144bap", 0x12, 0x8006, "Apple Watch Series 5 (44mm)" }, | ||
| 255 | { "Watch5,3", "n146sap", 0x14, 0x8006, "Apple Watch Series 5 (40mm Cellular)" }, | ||
| 256 | { "Watch5,4", "n146bap", 0x16, 0x8006, "Apple Watch Series 5 (44mm Cellular)" }, | ||
| 257 | { "Watch5,9", "n140sap", 0x28, 0x8006, "Apple Watch SE (40mm)" }, | ||
| 258 | { "Watch5,10", "n140bap", 0x2A, 0x8006, "Apple Watch SE (44mm)" }, | ||
| 259 | { "Watch5,11", "n142sap", 0x2C, 0x8006, "Apple Watch SE (40mm Cellular)" }, | ||
| 260 | { "Watch5,12", "n142bap", 0x2E, 0x8006, "Apple Watch SE (44mm Cellular)" }, | ||
| 261 | { "Watch6,1", "n157sap", 0x08, 0x8301, "Apple Watch Series 6 (40mm)" }, | ||
| 262 | { "Watch6,2", "n157bap", 0x0A, 0x8301, "Apple Watch Series 6 (44mm)" }, | ||
| 263 | { "Watch6,3", "n158sap", 0x0C, 0x8301, "Apple Watch Series 6 (40mm Cellular)" }, | ||
| 264 | { "Watch6,4", "n158bap", 0x0E, 0x8301, "Apple Watch Series 6 (44mm Cellular)" }, | ||
| 241 | /* Apple T2 Coprocessor */ | 265 | /* Apple T2 Coprocessor */ |
| 242 | { "iBridge2,1", "j137ap", 0x0A, 0x8012, "Apple T2 iMacPro1,1 (j137)" }, | 266 | { "iBridge2,1", "j137ap", 0x0A, 0x8012, "Apple T2 iMacPro1,1 (j137)" }, |
| 243 | { "iBridge2,3", "j680ap", 0x0B, 0x8012, "Apple T2 MacBookPro15,1 (j680)" }, | 267 | { "iBridge2,3", "j680ap", 0x0B, 0x8012, "Apple T2 MacBookPro15,1 (j680)" }, |
