From e8b25b1beb231640094683786dd7a1495d50aee5 Mon Sep 17 00:00:00 2001 From: M0Rf30 Date: Tue, 16 Mar 2021 12:20:18 +0100 Subject: [PATCH] Add Umidigi F1 (close #206) --- 51-android.rules | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/51-android.rules b/51-android.rules index dee2582..f396c8e 100644 --- a/51-android.rules +++ b/51-android.rules @@ -369,8 +369,9 @@ LABEL="not_Micromax" # Microsoft ATTR{idVendor}!="045e", GOTO="not_Microsoft" +ENV{adb_user}="yes" # Surface Duo -ATTR{idProduct}=="0c26", ENV{adb_user}="yes" +ATTR{idProduct}=="0c26", ENV{adb_adbfast}="yes" GOTO="android_usb_rule_match" LABEL="not_Microsoft" @@ -405,7 +406,12 @@ GOTO="android_usb_rule_match" LABEL="not_Motorola" # MTK (MediaTek Inc) -ATTR{idVendor}=="0e8d", ENV{adb_user}="yes" +ATTR{idVendor}=="0e8d", GOTO="not_MTK" +ENV{adb_user}="yes" +# Umidigi F1 +ATTR{idProduct}=="201c", ENV{adb_adbfast}="yes" +GOTO="android_usb_rule_match" +LABEL="not_MTK" # NEC ATTR{idVendor}=="0409", ENV{adb_user}="yes"