Skip to content

Commit

Permalink
Add support for Apple Vision Pro (RealityDevice14,1)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikias committed Feb 14, 2024
1 parent 6dc8c86 commit 447ae09
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/libirecovery.c
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,8 @@ static struct irecv_device irecv_devices[] = {
{ "iBridge2,22", "j215ap", 0x38, 0x8012, "Apple T2 MacBookPro16,4 (j215)" },
/* Apple Displays */
{ "AppleDisplay2,1", "j327ap", 0x22, 0x8030, "Studio Display" },
/* Apple Vision Pro */
{ "RealityDevice14,1", "n301ap", 0x42, 0x8112, "Apple Vision Pro" },
{ NULL, NULL, -1, -1, NULL }
};

Expand Down

0 comments on commit 447ae09

Please sign in to comment.