Add YotaPhone2

This commit is contained in:
Takuro onoue 2017-01-04 17:37:53 +09:00
parent ab72f99db1
commit c79787e401
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
ATTR{idProduct}=="9139", SYMLINK+="android_adb"
GOTO="android_usb_rule_match"
LABEL="not_Yota"
# Zebra
ATTR{idVendor}!="05e0", GOTO="not_Zebra"
ENV{adb_user}="yes"