Skip to content

Commit

Permalink
fixed: quotation to ascii
Browse files Browse the repository at this point in the history
  • Loading branch information
ncaq committed Nov 10, 2017
1 parent bff0ac3 commit 71df448
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 51-android.rules
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 71df448

Please sign in to comment.