From ac358abddf716a3389e9aeed9ea9a1da8a91e948 Mon Sep 17 00:00:00 2001 From: Luca Weiss Date: Sun, 14 Jan 2024 11:18:45 +0100 Subject: [PATCH] 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 --- 51-android.rules | 1 + 1 file changed, 1 insertion(+) diff --git a/51-android.rules b/51-android.rules index 04e1918..a71b0ae 100644 --- a/51-android.rules +++ b/51-android.rules @@ -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"