Skip to content

Commit

Permalink
feat: add Oculus Go and Oculus Quest (M0Rf30#324)
Browse files Browse the repository at this point in the history
  • Loading branch information
sertonix authored Jun 22, 2024
1 parent 9dc71f0 commit 3e08642
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 @@ -592,6 +592,10 @@ LABEL="not_Nvidia"

# Oculus
ATTR{idVendor}!="2833", GOTO="not_Oculus"
# Oculus Go
ATTR{idProduct}=="0083", GOTO="user"
# Oculus Quest
ATTR{idProduct}=="0183", GOTO="user"
# Oculus Quest 2, Quest 3
ATTR{idProduct}=="0186", GOTO="user"
GOTO="android_usb_rules_end"
Expand Down

0 comments on commit 3e08642

Please sign in to comment.