Added Meizu hardware code to adb_usb.ini and Meizu MX6 IDs to udev rules

This commit is contained in:
Andrew Sellers 2017-11-02 17:20:57 -07:00
parent 8820c722c6
commit 480e8b1ad5
2 changed files with 9 additions and 0 deletions

View File

@ -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"

View File

@ -4,3 +4,4 @@
0x2717
0x0e8d
0x2b0e
0x2a45