feat: add ASUS ZenWatch 2 (#307)

Support the fastboot mode of ASUS ZenWatch 2

  Bus 003 Device 074: ID 0b05:7771 ASUSTek Computer, Inc. Android
This commit is contained in:
Luca Weiss 2024-01-14 11:18:45 +01:00 committed by GitHub
parent 10a5871e88
commit ac358abddf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -95,6 +95,7 @@ ATTR{idProduct}=="1???", GOTO="android_usb_rules_end"
# Zenphone 2 (ZE500CL) (7770=adb 7773=mtp,adb 7775=rndis,adb,mass_storage 7777=ptp,adb 5F03=mtp,adb,pclink,mass_storage 5F05=rndis,adb,pclink,mass_storage 5F07=ptp,adb,pclink)
# Zenfone GO (ZB500KL) (7772=mtp 7773=mtp,adb 7774=rndis 7775=rndis,adb 7776=ptp 7777=ptp,adb)
ATTR{idProduct}=="7770", GOTO="adb"
ATTR{idProduct}=="7771", GOTO="adbfast"
ATTR{idProduct}=="7773", GOTO="adbmtp"
ATTR{idProduct}=="7775", ENV{adb_adbmass}="yes", GOTO="adbrndis"
ATTR{idProduct}=="7777", GOTO="adbptp"