Added Research in Motion section with BlackBerry DTEK60 codes, tested and working.

This commit is contained in:
Andrew Sellers 2017-10-30 11:51:23 -07:00
parent 0a468c23ef
commit 1dd112a2b9
1 changed files with 8 additions and 0 deletions

View File

@ -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"