From a8562deafa94e233c57e4ffca472d7b87e85b605 Mon Sep 17 00:00:00 2001 From: Takuro Onoue Date: Thu, 5 Jan 2017 10:26:20 +0900 Subject: [PATCH] correct the idProduct. --- 51-android.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/51-android.rules b/51-android.rules index 95ea819..e6c46f4 100644 --- a/51-android.rules +++ b/51-android.rules @@ -489,7 +489,7 @@ LABEL="not_XiaoMi" ATTR{idVendor}!="2916", GOTO="not_Yota" ENV{adb_user}="yes" # YotaPhone2 -ATTR{idProduct}=="9139", SYMLINK+="android_adb" +ATTR{idProduct}=="f003", SYMLINK+="android_adb" GOTO="android_usb_rule_match" LABEL="not_Yota"