Skip to content

Commit

Permalink
feat: add ASUS ZenWatch 2 (M0Rf30#307)
Browse files Browse the repository at this point in the history
Support the fastboot mode of ASUS ZenWatch 2

  Bus 003 Device 074: ID 0b05:7771 ASUSTek Computer, Inc. Android
  • Loading branch information
z3ntu authored Jan 14, 2024
1 parent 10a5871 commit ac358ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 51-android.rules
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ac358ab

Please sign in to comment.