diff --git a/51-android.rules b/51-android.rules index 09d2fd8..b2730a3 100644 --- a/51-android.rules +++ b/51-android.rules @@ -388,6 +388,14 @@ ATTR{idProduct}=="9011", SYMLINK+="android_adb" GOTO="android_usb_rule_match" LABEL="not_Qualcomm" +# Research In Motion, Ltd. +ATTR{idVendor}!="0fca", GOTO="not_RIM" +ENV{adb_user}="yes" +# BlackBerry DTEK60 +ATTR{idProduct}=="8042", ENV{adb_fastboot}="yes" +GOTO="android_usb_rule_match" +LABEL="not_RIM" + # SK Telesys ATTR{idVendor}=="1f53", ENV{adb_user}="yes"