diff --git a/51-android.rules b/51-android.rules index 923a141..1d9eade 100644 --- a/51-android.rules +++ b/51-android.rules @@ -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" @@ -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"