From 59573f2077a433521bf37fe26bdace2d868e647a Mon Sep 17 00:00:00 2001 From: bczhc Date: Fri, 30 Dec 2022 21:25:39 +0800 Subject: [PATCH] feat: add Meizu M1 E (#246) --- 51-android.rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/51-android.rules b/51-android.rules index 9ceb63e..444c95a 100644 --- a/51-android.rules +++ b/51-android.rules @@ -366,6 +366,8 @@ LABEL="not_LG" # Meizu ATTR{idVendor}!="2a45", GOTO="not_Meizu" +# M1E +ATTR{idProduct}=="0c01", ENV{adb_adb}="yes" # MX6 ATTR{idProduct}=="0c02", ENV{adb_adb}="yes" GOTO="android_usb_rule_match"