Skip to content

Commit

Permalink
Merge pull request #92 from lrinQVQ/master
Browse files Browse the repository at this point in the history
Add Xiaomi 4c and IUNI Device
  • Loading branch information
M0Rf30 authored Jan 3, 2017
2 parents 9acbd99 + 59a963b commit efd8922
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions 51-android.rules
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,12 @@ 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 Expand Up @@ -456,6 +462,8 @@ ATTR{idProduct}=="904e", SYMLINK+="android_adb"
ATTR{idProduct}=="9039", SYMLINK+="android_adb"
# Mi3
ATTR{idProduct}=="0368", SYMLINK+="android_adb"
# Mi4c
ATTR{idProduct}=="ff68", SYMLINK+="android_adb"
# RedMi 1S WCDMA (MTP+Debug)
ATTR{idProduct}=="1268", SYMLINK+="android_adb"
# RedMi / RedMi Note WCDMA (MTP+Debug)
Expand Down

0 comments on commit efd8922

Please sign in to comment.