Skip to content

Commit

Permalink
Merge pull request #46 from eighthave/master
Browse files Browse the repository at this point in the history
add BQ devices (http://www.bqreaders.com/)
  • Loading branch information
Gianluca Boiano committed Oct 22, 2014
2 parents 5211760 + 1951c9c commit c678791
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 c678791

Please sign in to comment.