Add a rule for Microsoft Surface Duo (#205)

This commit is contained in:
alexjball 2021-03-08 15:42:28 -05:00 committed by GitHub
parent fc2ad7044c
commit 937acc1fd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -367,6 +367,10 @@ ATTR{idProduct}=="201d", ENV{adb_adbfast}="yes"
GOTO="android_usb_rule_match"
LABEL="not_Micromax"
# Microsoft
# Surface Duo
SUBSYSTEM=="usb", ATTR{idVendor}=="045e", ATTR{idProduct}=="0c26", ENV{adb_user}="yes"
# Motorola
ATTR{idVendor}!="22b8", GOTO="not_Motorola"
ENV{adb_user}="yes"