Skip to content

Commit

Permalink
feat: add support for Polar vendor
Browse files Browse the repository at this point in the history
Signed-off-by: Darrel Griët <[email protected]>
  • Loading branch information
MagneFire authored Jan 4, 2023
1 parent 59573f2 commit 323881f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions 51-android.rules
Original file line number Diff line number Diff line change
Expand Up @@ -521,6 +521,9 @@ ATTR{idProduct}=="5101", ENV{adb_user}="yes"
GOTO="android_usb_rule_match"
LABEL="not_Point_Mobile"

# Polar M600
ATTR{idVendor}=="0da4", ENV{adb_user}="yes"

# Qualcomm (Wearners also 05c6)
ATTR{idVendor}!="05c6", GOTO="not_Qualcomm"
ENV{adb_user}="yes"
Expand Down

0 comments on commit 323881f

Please sign in to comment.