diff options
author | Nikias Bassen | 2017-09-19 19:56:43 +0200 |
---|---|---|
committer | Nikias Bassen | 2017-09-19 19:56:43 +0200 |
commit | c9fa9eff1eeafc53df88c7200faaa9cd4b8ba1f4 (patch) | |
tree | daa61f1fe66601bcde0b73d2811ad2d0731866ca | |
parent | fdaddb539e8d2f25ccc8cc66d8c1e36cfee83e02 (diff) | |
download | libirecovery-c9fa9eff1eeafc53df88c7200faaa9cd4b8ba1f4.tar.gz libirecovery-c9fa9eff1eeafc53df88c7200faaa9cd4b8ba1f4.tar.bz2 |
Add support for AppleTV6,2 (AppleTV 4K)
-rw-r--r-- | src/libirecovery.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libirecovery.c b/src/libirecovery.c index 1b42fbd..defc661 100644 --- a/src/libirecovery.c +++ b/src/libirecovery.c @@ -179,6 +179,7 @@ static struct irecv_device irecv_devices[] = { {"AppleTV3,1", "j33ap", 0x08, 0x8942 }, {"AppleTV3,2","j33iap", 0x00, 0x8947 }, {"AppleTV5,3","j42dap", 0x34, 0x7000 }, + {"AppleTV6,2","j105aap",0x02, 0x8011 }, { NULL, NULL, -1, -1 } }; |