Cleanup Microsoft rule

This commit is contained in:
M0Rf30 2021-03-12 11:03:15 +01:00
parent 937acc1fd8
commit 1e0c1f4f27
1 changed files with 4 additions and 1 deletions

View File

@ -368,8 +368,11 @@ GOTO="android_usb_rule_match"
LABEL="not_Micromax"
# Microsoft
ATTR{idVendor}!="045e", GOTO="not_Microsoft"
# Surface Duo
SUBSYSTEM=="usb", ATTR{idVendor}=="045e", ATTR{idProduct}=="0c26", ENV{adb_user}="yes"
ATTR{idProduct}=="0c26", ENV{adb_user}="yes"
GOTO="android_usb_rule_match"
LABEL="not_Microsoft"
# Motorola
ATTR{idVendor}!="22b8", GOTO="not_Motorola"