From c79787e401462af16cf034acb4c17fb45c0b64d7 Mon Sep 17 00:00:00 2001 From: Takuro onoue Date: Wed, 4 Jan 2017 17:37:53 +0900 Subject: [PATCH] Add YotaPhone2 --- 51-android.rules | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/51-android.rules b/51-android.rules index 1d9eade..95ea819 100644 --- a/51-android.rules +++ b/51-android.rules @@ -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"