diff options
author | Martin Szulecki | 2020-06-15 17:34:02 +0200 |
---|---|---|
committer | Martin Szulecki | 2020-06-15 17:34:02 +0200 |
commit | 289b4ec130c4d82e82ae30411eb13de7d1af006f (patch) | |
tree | c2ed52a7bf9d8aab8e963eeec0367164452ae993 /src/libirecovery.c | |
parent | c38cd19085e62306d677abe98ef35cec41a0bb58 (diff) | |
download | libirecovery-289b4ec130c4d82e82ae30411eb13de7d1af006f.tar.gz libirecovery-289b4ec130c4d82e82ae30411eb13de7d1af006f.tar.bz2 |
Add support for Watch1,1 (Apple Watch 38mm 1st gen) and Watch1,2 (42mm variant)
Diffstat (limited to 'src/libirecovery.c')
-rw-r--r-- | src/libirecovery.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libirecovery.c b/src/libirecovery.c index 50b3c85..4404b7f 100644 --- a/src/libirecovery.c +++ b/src/libirecovery.c @@ -231,6 +231,9 @@ static struct irecv_device irecv_devices[] = { { "AppleTV3,2", "j33iap", 0x00, 0x8947, "Apple TV 3 (2013)" }, { "AppleTV5,3", "j42dap", 0x34, 0x7000, "Apple TV 4" }, { "AppleTV6,2", "j105aap", 0x02, 0x8011, "Apple TV 4K" }, + /* Apple Watch */ + { "Watch1,1", "n27aap", 0x02, 0x7002, "Apple Watch 38mm (1st gen)" }, + { "Watch1,2", "n28aap", 0x04, 0x7002, "Apple Watch 42mm (1st gen)" }, /* Apple T2 Coprocessor */ { "iBridge2,1", "j137ap", 0x0A, 0x8012, "Apple T2 iMacPro1,1 (j137)" }, { "iBridge2,3", "j680ap", 0x0B, 0x8012, "Apple T2 MacBookPro15,1 (j680)" }, |