From f7e82f6d81f5e8eb5386efd6fa0d251f48ad91fc Mon Sep 17 00:00:00 2001 From: Gianluca Boiano <491117+M0Rf30@users.noreply.github.com> Date: Sun, 26 Nov 2023 11:52:55 +0100 Subject: [PATCH] fix: OnePlus 6T: debug mode not detected (#298) (#300) --- 51-android.rules | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/51-android.rules b/51-android.rules index cf1076d..a9f4e77 100644 --- a/51-android.rules +++ b/51-android.rules @@ -578,10 +578,12 @@ ATTR{idVendor}!="2a70", GOTO="not_OnePlus" ATTR{idProduct}=="4ee2", GOTO="adbmtp" ATTR{idProduct}=="4ee6", GOTO="adbptp" ATTR{idProduct}=="4ee7", GOTO="adb" +# OnePlus 6T +ATTR{idProduct}=="d001", GOTO="adb" # OnePlus Nord N10 4G USB tethering mode ATTR{idProduct}=="9024", GOTO="adb" # OnePlus 3T with Oreo MIDI mode 90bb=midi,adb 9011=mtp 904d=ptp 904e=ptp,adb -# OnePlus 7t (9012=mtp,adb) +# OnePlus 7T (9012=mtp,adb) ATTR{idProduct}=="9011", GOTO="mtp" ATTR{idProduct}=="9012", GOTO="adbmtp" ATTR{idProduct}=="904d", GOTO="ptp"