From 3320bbce083a9a656278a6ae0fbc4cc8bcfdd85c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Mas=C5=82owski?= Date: Thu, 6 Jul 2023 13:47:35 +0200 Subject: [PATCH] feat: add Meizu M6T (#262) This doesn't distinguish different connection modes and is untested, as I don't have access to the device. For details see: --- 51-android.rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/51-android.rules b/51-android.rules index e118b5d..3b4a206 100644 --- a/51-android.rules +++ b/51-android.rules @@ -399,6 +399,8 @@ ATTR{idVendor}!="2a45", GOTO="not_Meizu" ATTR{idProduct}=="0c01", ENV{adb_adb}="yes" # MX6 ATTR{idProduct}=="0c02", ENV{adb_adb}="yes" +# M6T (untested; See +ATTR{idProduct}=="201c", ENV{adb_adb}="yes" GOTO="android_usb_rule_match" LABEL="not_Meizu"