Skip to content

Commit

Permalink
feat: add Pico 4 VR Headset and vendor (#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
thernfn authored May 3, 2024
1 parent d4452bf commit 272d107
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions 51-android.rules
Original file line number Diff line number Diff line change
Expand Up @@ -593,6 +593,13 @@ ATTR{idProduct}=="0186", GOTO="user"
GOTO="android_usb_rules_end"
LABEL="not_Oculus"

# Pico XR
ATTR{idVendor}!="2d40", GOTO="not_Pico"
# Pico 4
ATTR{idProduct}=="00b7", GOTO="user"
GOTO="android_usb_rules_end"
LABEL="not_Pico"

# OnePlus(Oreo)
ATTR{idVendor}!="2a70", GOTO="not_OnePlus"
# Oneplus 3T/5T/6 (4ee7=charge,adb)
Expand Down

0 comments on commit 272d107

Please sign in to comment.