Merge pull request #95 from kusanaginoturugi/master

correct idProduct
This commit is contained in:
Gianluca Boiano 2017-01-05 12:21:37 +01:00 committed by GitHub
commit 6c8ae22b43
1 changed files with 8 additions and 0 deletions

View File

@ -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"