From 6876144fef927fa6bf3b1f909435c4b39505c906 Mon Sep 17 00:00:00 2001 From: Artem Date: Mon, 3 Aug 2020 00:22:00 +0300 Subject: [PATCH] Tablet Idea XDS-1078 added (#187) * idea tablet added * adb user Co-authored-by: Artem Dekhtyar --- 51-android.rules | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/51-android.rules b/51-android.rules index a98f41c..f389cb6 100644 --- a/51-android.rules +++ b/51-android.rules @@ -339,6 +339,14 @@ ATTR{idProduct}=="6300", SYMLINK+="android_adb" GOTO="android_usb_rule_match" LABEL="not_LG" +# Idea +ATTR{idVendor}!="18d1", GOTO="not_IDEA" +ENV{adb_user}="yes" +# XDS-1078 +ATTR{idProduct}=="2c11", SYMLINK="android_adb" +GOTO="android_usb_rule_match" +LABEL="not_IDEA" + # Meizu ATTR{idVendor}!="2a45", GOTO="not_Meizu" ENV{adb_user}="yes"