Skip to content

Commit

Permalink
20170103
Browse files Browse the repository at this point in the history
  • Loading branch information
M0Rf30 committed Jan 3, 2017
1 parent efd8922 commit b73aef6
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions 51-android.rules
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,14 @@ ATTR{idVendor}=="8087", ENV{adb_user}="yes"
# Geeksphone Revolution
ATTR{idVendor}=="8087", ATTR{idProduct}=="0a16", SYMLINK+="android_adb"

# IUNI
ATTR{idVendor}!="271d", GOTO="not_IUNI"
ENV{adb_user}="yes"
# U3
ATTR{idProduct}=="bf39", SYMLINK+="android_adb"
GOTO="android_usb_rule_match"
LABEL="not_IUNI"

# K-Touch
ATTR{idVendor}=="24e3", ENV{adb_user}="yes"

Expand Down Expand Up @@ -260,12 +268,6 @@ ATTR{idProduct}=="61f9", SYMLINK+="android_adb"
GOTO="android_usb_rule_match"
LABEL="not_LG"

# IUNI
ATTR{idVendor}!="271d", GOTO="not_IUNI"
ENV{adb_user}="yes"
# U3
ATTR{idProduct}=="bf39", SYMLINK+="android_adb"

# Micromax
ATTR{idVendor}!="2a96", GOTO="not_Micromax"
ENV{adb_user}="yes"
Expand Down

0 comments on commit b73aef6

Please sign in to comment.