From f1fb310c28c81748ad28eef7b60624d11a72065b Mon Sep 17 00:00:00 2001 From: Ryan Li Date: Thu, 19 Sep 2024 17:16:11 +0800 Subject: [PATCH] feat: add OnePlus 7T. (#330) --- 51-android.rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/51-android.rules b/51-android.rules index 9a650e8..0830ede 100644 --- a/51-android.rules +++ b/51-android.rules @@ -656,7 +656,9 @@ ATTR{idProduct}=="200e", GOTO="user" ATTR{idProduct}=="2028", GOTO="user" ATTR{idProduct}=="2026", GOTO="user" # OnePlus 7a (2774=mass,adb) +# OnePlus 7T (2765=adb,mtp) # OnePlus 8T (2771=adb,ptp 2772=adb,mtp) +ATTR{idProduct}=="2765", GOTO="adbmtp" ATTR{idProduct}=="2771", GOTO="adbptp" ATTR{idProduct}=="2772", GOTO="adbmtp" ATTR{idProduct}=="2774", GOTO="adbmass"