Skip to content

Commit

Permalink
Merge pull request #95 from kusanaginoturugi/master
Browse files Browse the repository at this point in the history
correct idProduct
  • Loading branch information
M0Rf30 authored Jan 5, 2017
2 parents ab72f99 + 3c26d2d commit d00357d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions 51-android.rules
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,14 @@ ATTR{idProduct}=="ff68", SYMLINK+="android_adb"
GOTO="android_usb_rule_match"
LABEL="not_XiaoMi"

# Yota
ATTR{idVendor}!="2916", GOTO="not_Yota"
ENV{adb_user}="yes"
# YotaPhone2 (f003=normal,9139=debug)
ATTR{idProduct}=="9139", SYMLINK+="android_adb"
OTO="android_usb_rule_match"
LABEL="not_Yota"

# Zebra
ATTR{idVendor}!="05e0", GOTO="not_Zebra"
ENV{adb_user}="yes"
Expand Down

0 comments on commit d00357d

Please sign in to comment.