Skip to content

Commit

Permalink
add BQ devices (http://www.bqreaders.com/)
Browse files Browse the repository at this point in the history
  • Loading branch information
eighthave committed Oct 22, 2014
1 parent 5211760 commit 1951c9c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions 51-android.rules
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,15 @@ ATTR{idProduct}=="4daf", SYMLINK+="android_adb", SYMLINK+="android_fastboot"
# Azpen Onda
ATTR{idVendor}=="1f3a", ENV{adb_user}="yes"

# BQ
ATTR{idVendor}!="2a47", GOTO="not_BQ"
ENV{adb_user}="yes"
# Aquaris 4.5
ATTR{idProduct}=="0c02", SYMLINK+="android_adb", SYMLINK+="android_fastboot"
ATTR{idProduct}=="2008", SYMLINK+="android_adb", SYMLINK+="android_fastboot"
GOTO="android_usb_rule_match"
LABEL="not_BQ"

# Dell
ATTR{idVendor}=="413c", ENV{adb_user}="yes"

Expand Down

0 comments on commit 1951c9c

Please sign in to comment.