From 937acc1fd8881d0f159425225a257a7f3a3e8807 Mon Sep 17 00:00:00 2001 From: alexjball Date: Mon, 8 Mar 2021 15:42:28 -0500 Subject: [PATCH] Add a rule for Microsoft Surface Duo (#205) --- 51-android.rules | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/51-android.rules b/51-android.rules index 0c3d671..e5ac2bb 100644 --- a/51-android.rules +++ b/51-android.rules @@ -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"