Removed generic 8087 vendor in order to fix #109

This commit is contained in:
M0Rf30 2017-09-02 16:16:41 +02:00
parent 777216e102
commit 6a2a653656
1 changed files with 3 additions and 4 deletions

View File

@ -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"