1
0
mirror of https://github.com/M0Rf30/android-udev-rules.git synced 2024-06-21 06:56:50 +02:00

idVendor=0502=ACER, if idProduct==match, then go direct, else exit

This commit is contained in:
Joe Da Silva 2023-08-09 13:41:19 -07:00
parent 10ff83215b
commit 63737a4bde

View File

@ -24,14 +24,14 @@ LABEL="android_usb_rules_begin"
# Acer # Acer
ATTR{idVendor}!="0502", GOTO="not_Acer" ATTR{idVendor}!="0502", GOTO="not_Acer"
# Iconia Tab A1-830 # Iconia Tab A1-830
ATTR{idProduct}=="3604", ENV{adb_adbfast}="yes" ATTR{idProduct}=="3604", GOTO="go_adbfast"
# Iconia Tab A210 (33cc=normal,33cb=debug) # Iconia Tab A210 (33cc=normal,33cb=debug)
ATTR{idProduct}=="33cb", ENV{adb_adb}="yes" ATTR{idProduct}=="33cb", GOTO="go_adb"
# Iconia Tab A500 # Iconia Tab A500
ATTR{idProduct}=="3325", ENV{adb_adbfast}="yes" ATTR{idProduct}=="3325", GOTO="go_adbfast"
# Liquid (3202=normal,3203=debug) # Liquid (3202=normal,3203=debug)
ATTR{idProduct}=="3203", ENV{adb_user}="yes" ATTR{idProduct}=="3203", GOTO="go_adb"
GOTO="android_usb_rule_match" GOTO="android_usb_rules_end"
LABEL="not_Acer" LABEL="not_Acer"
# Actions Semiconductor Co., Ltd # Actions Semiconductor Co., Ltd