From 1e0c1f4f2768521054ea2392f124bc09a787e5ca Mon Sep 17 00:00:00 2001 From: M0Rf30 Date: Fri, 12 Mar 2021 11:03:15 +0100 Subject: [PATCH] Cleanup Microsoft rule --- 51-android.rules | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/51-android.rules b/51-android.rules index e5ac2bb..dee2582 100644 --- a/51-android.rules +++ b/51-android.rules @@ -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"