From 6a2a653656d26a1c0db6b53329ec45b911cd3edf Mon Sep 17 00:00:00 2001 From: M0Rf30 Date: Sat, 2 Sep 2017 16:16:41 +0200 Subject: [PATCH] Removed generic 8087 vendor in order to fix #109 --- 51-android.rules | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/51-android.rules b/51-android.rules index dfac13a..4f157c1 100644 --- a/51-android.rules +++ b/51-android.rules @@ -228,12 +228,11 @@ GOTO="android_usb_rule_match" LABEL="not_Huawei" # Intel -ATTR{idVendor}=="8087", ENV{adb_user}="yes" # Geeksphone Revolution -ATTR{idVendor}=="8087", ATTR{idProduct}=="0a16", SYMLINK+="android_adb" +ATTR{idVendor}=="8087", ATTR{idProduct}=="0a16", SYMLINK+="android_adb", ENV{adb_user}="yes" # Chuwi Hi 10 Pro (HQ64) -ATTR{idProduct}=="2a65", SYMLINK+="android_adb" -ATTR{idProduct}=="07ef", SYMLINK+="android_adb" +ATTR{idVendor}=="8087", ATTR{idProduct}=="2a65", SYMLINK+="android_adb", ENV{adb_user}="yes" +ATTR{idVendor}=="8087", ATTR{idProduct}=="07ef", SYMLINK+="android_adb", ENV{adb_user}="yes" # IUNI ATTR{idVendor}!="271d", GOTO="not_IUNI"