Skip to content

Commit 447ae09

Browse files
committed
Add support for Apple Vision Pro (RealityDevice14,1)
1 parent 6dc8c86 commit 447ae09

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/libirecovery.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -392,6 +392,8 @@ static struct irecv_device irecv_devices[] = {
392392
{ "iBridge2,22", "j215ap", 0x38, 0x8012, "Apple T2 MacBookPro16,4 (j215)" },
393393
/* Apple Displays */
394394
{ "AppleDisplay2,1", "j327ap", 0x22, 0x8030, "Studio Display" },
395+
/* Apple Vision Pro */
396+
{ "RealityDevice14,1", "n301ap", 0x42, 0x8112, "Apple Vision Pro" },
395397
{ NULL, NULL, -1, -1, NULL }
396398
};
397399

0 commit comments

Comments
 (0)