From 480e8b1ad58eba1d9e76120836b0b5aad60b97c2 Mon Sep 17 00:00:00 2001 From: Andrew Sellers Date: Thu, 2 Nov 2017 17:20:57 -0700 Subject: [PATCH] Added Meizu hardware code to adb_usb.ini and Meizu MX6 IDs to udev rules --- 51-android.rules | 8 ++++++++ adb_usb.ini | 1 + 2 files changed, 9 insertions(+) diff --git a/51-android.rules b/51-android.rules index 5de9612..6656b1e 100644 --- a/51-android.rules +++ b/51-android.rules @@ -295,6 +295,14 @@ ATTR{idProduct}=="61f9", SYMLINK+="android_adb" GOTO="android_usb_rule_match" LABEL="not_LG" +# Meizu +ATTR{idVendor}!="2a45”, GOTO="not_Meizu” +ENV{adb_user}="yes" +# MX6 +ATTR{idProduct}==“0c02”, SYMLINK+="android_adb" +GOTO="android_usb_rule_match" +LABEL="not_Meizu” + # Micromax ATTR{idVendor}!="2a96", GOTO="not_Micromax" ENV{adb_user}="yes" diff --git a/adb_usb.ini b/adb_usb.ini index 6f94479..b5b4daf 100644 --- a/adb_usb.ini +++ b/adb_usb.ini @@ -4,3 +4,4 @@ 0x2717 0x0e8d 0x2b0e +0x2a45 \ No newline at end of file