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/README.md b/README.md index 68d2918..b943d14 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ On Arch it should be enough to follow the [instructions for connecting a device # Clone this repository git clone https://github.com/M0Rf30/android-udev-rules.git # Create a sym-link to the rules file - sudo cp android-udev-rules/51-android.rules /etc/udev/rules.d/ + sudo ln -s android-udev-rules/51-android.rules /etc/udev/rules.d/51-android.rules # Change file permissions sudo chmod a+r /etc/udev/rules.d/51-android.rules # add the adbusers group if it's doesn't already exist 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