From 6f6d26d24ff91c15459616dfb5f65e7b5f9d18dd Mon Sep 17 00:00:00 2001 From: Daniel Kutik Date: Sat, 13 Jun 2020 18:20:03 +0800 Subject: [PATCH] Removed duplicate entry for Qualcomm (05c6) (#180) Line 458-460 are already taking care of this: 458 # Qualcomm 459 ATTR{idVendor}!="05c6", GOTO="not_Qualcomm" 460 ENV{adb_user}="yes" Test: adb device with pid 05c6 still working --- 51-android.rules | 3 --- 1 file changed, 3 deletions(-) diff --git a/51-android.rules b/51-android.rules index 5685e1b..4ced1f2 100644 --- a/51-android.rules +++ b/51-android.rules @@ -602,9 +602,6 @@ ATTR{idVendor}=="0451", ATTR{idProduct}=="d010", ENV{adb_user}="yes" # Toshiba ATTR{idVendor}=="0930", ENV{adb_user}="yes" -# WEARNERS -ATTR{idVendor}=="05c6", ENV{adb_user}="yes" - # XiaoMi ATTR{idVendor}!="2717", GOTO="not_XiaoMi" ENV{adb_user}="yes"