idVendor=1768=ASCOM, if idProduct==match, then go direct, else exit

This commit is contained in:
Joe Da Silva 2023-08-09 14:01:09 -07:00
parent 912f66abf7
commit 2835269698
1 changed files with 6 additions and 6 deletions

View File

@ -76,12 +76,12 @@ LABEL="not_Archos"
# Ascom
ATTR{idVendor}!="1768", GOTO="not_Ascom"
ATTR{idProduct}=="0007", ENV{adb_adb}="yes"
ATTR{idProduct}=="000e", ENV{adb_adb}="yes"
ATTR{idProduct}=="4ee7", ENV{adb_adb}="yes"
ATTR{idProduct}=="0013", ENV{adb_adb}="yes"
ATTR{idProduct}=="0011", ENV{adb_adb}="yes"
GOTO="android_usb_rule_match"
ATTR{idProduct}=="0007", GOTO="go_adb"
ATTR{idProduct}=="000e", GOTO="go_adb"
ATTR{idProduct}=="4ee7", GOTO="go_adb"
ATTR{idProduct}=="0013", GOTO="go_adb"
ATTR{idProduct}=="0011", GOTO="go_adb"
GOTO="android_usb_rules_end"
LABEL="not_Ascom"
# ASUSTeK