Exclude BIND actions from udev triggering (close #204)

This commit is contained in:
M0Rf30 2021-03-16 12:22:18 +01:00
parent e8b25b1beb
commit 444dadade0
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# 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: