From 1d8fe8bdcc1037f34c8292e7e97105d7e65d2ddd Mon Sep 17 00:00:00 2001 From: GreyAlien502 Date: Sat, 1 May 2021 20:40:44 +0000 Subject: [PATCH] fix MediaTek rules (#209) Thanks for your contribution. Regards --- 51-android.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/51-android.rules b/51-android.rules index 2e6be86..f871716 100644 --- a/51-android.rules +++ b/51-android.rules @@ -413,7 +413,7 @@ GOTO="android_usb_rule_match" LABEL="not_Motorola" # MTK (MediaTek Inc) -ATTR{idVendor}=="0e8d", GOTO="not_MTK" +ATTR{idVendor}!="0e8d", GOTO="not_MTK" ENV{adb_user}="yes" # Umidigi F1 ATTR{idProduct}=="201c", ENV{adb_adbfast}="yes"