mirror of
https://github.com/Lakr233/vphone-cli.git
synced 2026-04-05 04:59:05 +08:00
Update README.md Add Simplified Chinese README and link Add README_zh-Hans.md containing a full Simplified Chinese translation of the project README and update README.md to include a link/badge to the new Chinese README. This makes the documentation accessible to zh-Hans readers.
14 lines
551 B
Diff
14 lines
551 B
Diff
diff --git a/src/libirecovery.c b/src/libirecovery.c
|
|
index bf9a0d6..1323891 100644
|
|
--- a/src/libirecovery.c
|
|
+++ b/src/libirecovery.c
|
|
@@ -480,6 +480,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 }
|
|
};
|
|
|