Skip to content
This repository was archived by the owner on Sep 22, 2022. It is now read-only.

Commit 05acf89

Browse files
committed
edge case fix for linux
1 parent 7c7cfc7 commit 05acf89

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

ADBForwarder/Program.cs

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,12 @@ internal class Program
1818

1919
private static readonly string[] deviceNames =
2020
{
21-
"monterey", // Oculus Quest 1
22-
"hollywood", // Oculus Quest 2
23-
"pacific" // Oculus Go
21+
"monterey", // Oculus Quest 1
22+
"hollywood", // Oculus Quest 2
23+
"pacific", // Oculus Go
24+
"vr_monterey", // Edge case for linux, Quest 1
25+
"vr_hollywood", // Edge case for linux, Oculus Quest 2
26+
"vr_pacific" // Edge case for linux, Oculus Go
2427
};
2528

2629
private static readonly AdbClient client = new AdbClient();

0 commit comments

Comments
 (0)