From fe75db060f540d0b0ee4c2475f0f781c33597170 Mon Sep 17 00:00:00 2001 From: M0Rf30 Date: Wed, 24 Aug 2022 12:53:42 +0200 Subject: [PATCH] chore: remove commented universal rule --- 51-android.rules | 5 ----- 1 file changed, 5 deletions(-) diff --git a/51-android.rules b/51-android.rules index 6a92d02..da83caf 100644 --- a/51-android.rules +++ b/51-android.rules @@ -12,11 +12,6 @@ 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: -# http://ktnr74.blogspot.com/2013/04/universal-udev-rule-for-all-android.html -# Commented as a reminder (we prefer a punctual device detection) -# ENV{ID_USB_INTERFACES}=="*:ff420?:*", SYMLINK+="android/$env{ID_SERIAL_SHORT}", GOTO="android_usb_rule_match" - # Skip testing for unexpected devices like hubs or printers ATTR{bDeviceClass}=="09", GOTO="android_usb_rules_end" ENV{ID_USB_INTERFACES}=="*:0701??:*", ENV{adb_adb}="yes", GOTO="android_usb_rules_end"