summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/libirecovery.c1
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[] = {
179 {"AppleTV3,1", "j33ap", 0x08, 0x8942 }, 179 {"AppleTV3,1", "j33ap", 0x08, 0x8942 },
180 {"AppleTV3,2","j33iap", 0x00, 0x8947 }, 180 {"AppleTV3,2","j33iap", 0x00, 0x8947 },
181 {"AppleTV5,3","j42dap", 0x34, 0x7000 }, 181 {"AppleTV5,3","j42dap", 0x34, 0x7000 },
182 {"AppleTV6,2","j105aap",0x02, 0x8011 },
182 { NULL, NULL, -1, -1 } 183 { NULL, NULL, -1, -1 }
183}; 184};
184 185