Skip to content

Commit

Permalink
feat: add OnePlus 7T. (M0Rf30#330)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanli authored Sep 19, 2024
1 parent d1bdb59 commit f1fb310
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 51-android.rules
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f1fb310

Please sign in to comment.