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: