Skip to content

Commit

Permalink
feat: add Oculus Quest and Oculus Go
Browse files Browse the repository at this point in the history
  • Loading branch information
sertonix committed Jun 22, 2024
1 parent 272d107 commit 3e53176
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions 51-android.rules
Original file line number Diff line number Diff line change
Expand Up @@ -590,6 +590,10 @@ LABEL="not_Nvidia"
ATTR{idVendor}!="2833", GOTO="not_Oculus"
# Oculus Quest 2, Quest 3
ATTR{idProduct}=="0186", GOTO="user"
# Oculus Quest
ATTR{idProduct}=="0183", GOTO="user"
# Oculus Go
ATTR{idProduct}=="0083", GOTO="user"
GOTO="android_usb_rules_end"
LABEL="not_Oculus"

Expand Down

0 comments on commit 3e53176

Please sign in to comment.