Skip to content

Commit

Permalink
feat: add SHIFT5me
Browse files Browse the repository at this point in the history
  • Loading branch information
sertonix authored and M0Rf30 committed Mar 27, 2024
1 parent cbc1671 commit c77d876
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 @@ -753,6 +753,13 @@ LABEL="not_Samsung"
# Sharp (Need product specific rules)
#ATTR{idVendor}=="04dd", GOTO="user"

# SHIFT GmbH
ATTR{idVendor}!="3360", GOTO="not_shift"
# SHIFT5me
ATTR{idProduct}=="201c", GOTO="adb"
GOTO="android_usb_rules_end"
LABEL="not_shift"

# SK Telesys
ATTR{idVendor}=="1f53", GOTO="user"

Expand Down

0 comments on commit c77d876

Please sign in to comment.