From d9396b75a1acfd5e1add2321dcfe717084d36662 Mon Sep 17 00:00:00 2001 From: Ludovic Fernandez Date: Tue, 2 May 2023 19:05:51 +0200 Subject: [PATCH] feat: add support for OnePlus Nord N10 4G in USB tethering mode (#258) --- 51-android.rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/51-android.rules b/51-android.rules index 5287a9b..5939e5f 100644 --- a/51-android.rules +++ b/51-android.rules @@ -471,6 +471,8 @@ ATTR{idVendor}!="2a70", GOTO="not_OnePlus" ATTR{idProduct}=="4ee2", ENV{adb_adb}="yes" ATTR{idProduct}=="4ee6", ENV{adb_adb}="yes" ATTR{idProduct}=="4ee7", ENV{adb_adb}="yes" +# OnePlus Nord N10 4G USB tethering mode +ATTR{idProduct}=="9024", ENV{adb_adb}="yes" # OnePlus 3T with Oreo MIDI mode 90bb=adb+midi, 9011=MTP, 904e=PTP ATTR{idProduct}=="90bb", ENV{adb_adb}="yes" ATTR{idProduct}=="9011", SYMLINK+="android_adb"