idVendor=xxxx and idProduct==yyyy, then go direct, else continue

This commit is contained in:
Joe Da Silva 2023-08-09 13:45:19 -07:00
parent 63737a4bde
commit a1b2fe0654
1 changed files with 2 additions and 2 deletions

View File

@ -36,11 +36,11 @@ LABEL="not_Acer"
# Actions Semiconductor Co., Ltd
# Denver TAD 70111
ATTR{idVendor}=="10d6", ATTR{idProduct}=="0c02", ENV{adb_adb}="yes"
ATTR{idVendor}=="10d6", ATTR{idProduct}=="0c02", GOTO="go_adb"
# ADVANCE (Need product specific rules)
# S5
ATTR{idVendor}=="0a5c", ATTR{idProduct}=="e681", ENV{adb_adb}="yes"
ATTR{idVendor}=="0a5c", ATTR{idProduct}=="e681", GOTO="go_adb"
# Amazon Lab126
ATTR{idVendor}!="1949", GOTO="not_Amazon"