From 444dadade0ebf7e7943b62bde79c5d3d79ccf9d8 Mon Sep 17 00:00:00 2001 From: M0Rf30 Date: Tue, 16 Mar 2021 12:22:18 +0100 Subject: [PATCH] Exclude BIND actions from udev triggering (close #204) --- 51-android.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/51-android.rules b/51-android.rules index f396c8e..ed11a67 100644 --- a/51-android.rules +++ b/51-android.rules @@ -16,7 +16,7 @@ # along with this program. If not, see . # Skip testing for android devices if device is not add, or usb -ACTION!="add", GOTO="android_usb_rules_end" +ACTION!="add", ACTION!="bind", GOTO="android_usb_rules_end" SUBSYSTEM!="usb", GOTO="android_usb_rules_end" # For Android devices that enable this universal rule suggested here: