Skip to content

Commit

Permalink
Merge pull request #126 from ncaq/master
Browse files Browse the repository at this point in the history
fixed: quotation to ascii
  • Loading branch information
M0Rf30 authored Nov 10, 2017
2 parents bff0ac3 + 71df448 commit 717f243
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 717f243

Please sign in to comment.