From ec931c7dcad444dd9cf51cd1f4467bbc71db9a6d Mon Sep 17 00:00:00 2001 From: Lakr Date: Sat, 28 Feb 2026 01:37:17 +0900 Subject: Add Private Cloud Compute Research Environment model --- src/libirecovery.c | 2 ++ 1 file changed, 2 insertions(+) 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 } }; -- cgit v1.1-32-gdbae