feat: add support for OnePlus Nord N10 4G in USB tethering mode (#258)

This commit is contained in:
Ludovic Fernandez 2023-05-02 19:05:51 +02:00 committed by GitHub
parent ffef6e408f
commit d9396b75a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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"