diff options
| -rw-r--r-- | src/libirecovery.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libirecovery.c b/src/libirecovery.c index 390f5cc..592749e 100644 --- a/src/libirecovery.c +++ b/src/libirecovery.c @@ -493,6 +493,8 @@ static struct irecv_device irecv_devices[] = { /* Apple Vision Pro */ { "RealityDevice14,1", "n301ap", 0x42, 0x8112, "Apple Vision Pro" }, { "RealityDevice17,1", "n301aap", 0x42, 0x8142, "Apple Vision Pro (M5)" }, + /* Private Cloud Compute Research Environment */ + { "iPhone99,11", "vresearch101ap", 0x90, 0xFE01, "iPhone 99,11" }, { NULL, NULL, -1, -1, NULL } }; |
