Skip to content

Commit

Permalink
fix: OnePlus 6T: debug mode not detected (#298) (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
M0Rf30 authored Nov 26, 2023
1 parent c1534a1 commit f7e82f6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion 51-android.rules
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f7e82f6

Please sign in to comment.