Merge pull request #126 from ncaq/master

fixed: quotation to ascii
This commit is contained in:
Gianluca Boiano 2017-11-10 12:57:39 +01:00 committed by GitHub
commit 717f24395f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -306,12 +306,12 @@ GOTO="android_usb_rule_match"
LABEL="not_LG"
# Meizu
ATTR{idVendor}!="2a45”, GOTO="not_Meizu”
ATTR{idVendor}!="2a45", GOTO="not_Meizu"
ENV{adb_user}="yes"
# MX6
ATTR{idProduct}==“0c02”, SYMLINK+="android_adb"
ATTR{idProduct}=="0c02", SYMLINK+="android_adb"
GOTO="android_usb_rule_match"
LABEL="not_Meizu
LABEL="not_Meizu"
# Micromax
ATTR{idVendor}!="2a96", GOTO="not_Micromax"