From 288375c50682f483990bb86ed1a128d39fce5511 Mon Sep 17 00:00:00 2001 From: Igor Starikov Date: Thu, 21 Feb 2019 11:05:49 +0700 Subject: [PATCH] Added LG90 D410 rules Hi, Just as in the title. --- 51-android.rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/51-android.rules b/51-android.rules index 8427137..4505b21 100644 --- a/51-android.rules +++ b/51-android.rules @@ -323,6 +323,8 @@ ATTR{idProduct}=="61b4", SYMLINK+="android_adb" ATTR{idProduct}=="61a6", SYMLINK+="android_adb" # 4X HD P880 ATTR{idProduct}=="61f9", SYMLINK+="android_adb" +# L90 D410 +ATTR{idProduct}=="6300", SYMLINK+="android_adb" GOTO="android_usb_rule_match" LABEL="not_LG"