summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2021-06-20 21:29:25 +0200
committerGravatar Nikias Bassen2021-06-20 21:29:25 +0200
commit42766ec378643ffa412be8abefb523d83e922b49 (patch)
treef25959d81359a257cb9094d24c105c659758ea94
parent5718dd2ae149f615191552eef40f8f90e60a3455 (diff)
downloadlibirecovery-42766ec378643ffa412be8abefb523d83e922b49.tar.gz
libirecovery-42766ec378643ffa412be8abefb523d83e922b49.tar.bz2
Add Apple TV 4K (2nd gen)
-rw-r--r--src/libirecovery.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libirecovery.c b/src/libirecovery.c
index 39f6f88..d629663 100644
--- a/src/libirecovery.c
+++ b/src/libirecovery.c
@@ -247,6 +247,7 @@ 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" },
+ { "AppleTV11,1", "j305ap", 0x08, 0x8020, "Apple TV 4K (2nd gen)" },
/* HomePod */
{ "AudioAccessory1,1", "b238aap", 0x38, 0x7000, "HomePod" },
{ "AudioAccessory1,2", "b238ap", 0x1A, 0x7000, "HomePod" },