add another idProduct for Essential PH-1

This commit is contained in:
root 2017-12-21 15:22:12 +09:00
parent 9e76973b4f
commit d3e78baad5
1 changed files with 6 additions and 2 deletions

View File

@ -86,9 +86,13 @@ LABEL="not_BQ"
ATTR{idVendor}=="413c", ENV{adb_user}="yes"
# Essential
ATTR{idVendor}=="2e17", ENV{adb_user}="yes"
ATTR{idVendor}!="2e17", GOTO="not_Essential"
ENV{adb_user}="yes"
# Essential PH-1
ATTR{idVendor}=="2e17", ATTR{idProduct}=="c009", SYMLINK+="android_adb"
ATTR{idProduct}=="c009", SYMLINK+="android_adb"
ATTR{idProduct}=="c030", SYMLINK+="android_adb"
GOTO="android_usb_rule_match"
LABEL="not_Essential"
# Fairphone 2
ATTR{idVendor}=="2ae5", ENV{adb_user}="yes"