Skip to content

Commit 136ca72

Browse files
authored
chore: update Huawei watch and add comment about OPPO watch (#346)
as described in issue #345 as 12d1:1c2c. This may just be adb and likely everything else done through bluetooth more searching found: https://devicehunt.com/view/type/usb/vendor/12D1 and added comments plus values for 1053=ptp, and 1054=ptp+adb OPPO watch=22d9:2769 already marked as adb, therefore updated comment.
1 parent 6a34a62 commit 136ca72

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

51-android.rules

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -397,12 +397,14 @@ ATTR{idProduct}=="103a", SYMLINK+="android_adb"
397397
ATTR{idProduct}=="1051", GOTO="mtp"
398398
# MediaPad M2-A01L
399399
ATTR{idProduct}=="1052", GOTO="mtp"
400+
# P7-L10 (1052=?mtp 1053=ptp 1054=ptp,adb)
401+
ATTR{idProduct}=="1054", GOTO="adbptp"
400402
# MediaPad T3
401403
ATTR{idProduct}=="107d", SYMLINK+="android_adb"
402404
# P10 Lite
403405
ATTR{idProduct}=="107e", SYMLINK+="android_adb"
404406
# Watch
405-
ATTR{idProduct}=="1c2c", SYMLINK+="android_adb"
407+
ATTR{idProduct}=="1c2c", GOTO="adb"
406408
# Mate 9
407409
ATTR{idProduct}=="107e", SYMLINK+="android_adb"
408410
GOTO="android_usb_rules_end"
@@ -660,7 +662,7 @@ LABEL="not_OnePlus"
660662
ATTR{idVendor}!="22d9", GOTO="not_Oppo"
661663
# Find 5 (2767=debug)
662664
ATTR{idProduct}=="2767", GOTO="adb"
663-
# Realme 8
665+
# Realme 8, OnePlus 9 Pro, Watch=adb
664666
ATTR{idProduct}=="2769", GOTO="adb"
665667
ATTR{idProduct}=="2764", GOTO="mtp"
666668
# Oppo Watch, fastboot

0 commit comments

Comments
 (0)