fixed: quotation to ascii

This commit is contained in:
ncaq 2017-11-10 10:10:36 +09:00
parent bff0ac38dc
commit 71df448445
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"