From d3e78baad577abfefaf01196f96b7d12c01d8222 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 21 Dec 2017 15:22:12 +0900 Subject: [PATCH] add another idProduct for Essential PH-1 --- 51-android.rules | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/51-android.rules b/51-android.rules index a9eb7c2..61db98c 100644 --- a/51-android.rules +++ b/51-android.rules @@ -86,9 +86,13 @@ LABEL="not_BQ" ATTR{idVendor}=="413c", ENV{adb_user}="yes" # Essential -ATTR{idVendor}=="2e17", ENV{adb_user}="yes" +ATTR{idVendor}!="2e17", GOTO="not_Essential" +ENV{adb_user}="yes" # Essential PH-1 -ATTR{idVendor}=="2e17", ATTR{idProduct}=="c009", SYMLINK+="android_adb" +ATTR{idProduct}=="c009", SYMLINK+="android_adb" +ATTR{idProduct}=="c030", SYMLINK+="android_adb" +GOTO="android_usb_rule_match" +LABEL="not_Essential" # Fairphone 2 ATTR{idVendor}=="2ae5", ENV{adb_user}="yes"