Skip to content

Commit

Permalink
fixed #127
Browse files Browse the repository at this point in the history
  • Loading branch information
M0Rf30 committed Nov 13, 2017
1 parent 18b026b commit d91c7c7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions 51-android.rules
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,8 @@ ATTR{idProduct}=="4e12", SYMLINK+="android_adb"
ATTR{idProduct}=="0fff", SYMLINK+="android_fastboot"
# Generic and unspecified debug interface
ATTR{idProduct}=="d00d", SYMLINK+="android_fastboot"
# Pico i.MX7 Dual Development Board
ATTR{idProduct}=="4ee7", SYMLINK+="android_adb"
# Include: Samsung Galaxy Nexus (GSM)
ATTR{idProduct}=="4e30", SYMLINK+="android_fastboot"
# Recovery adb entry for Nexus Family (orig d001, OP3 has 18d1:d002)
Expand Down Expand Up @@ -245,7 +247,7 @@ ATTR{idVendor}=="8087", ATTR{idProduct}=="2a65", SYMLINK+="android_adb", ENV{adb
ATTR{idVendor}=="8087", ATTR{idProduct}=="07ef", SYMLINK+="android_adb", ENV{adb_user}="yes"
# Reference Boards using kernelflinger
# See https://github.com/intel/kernelflinger/blob/master/libefiusb/usb.c#L56
ATTR{idVendor}=="8087", ATTR{idProduct}=="09ef", ENV{adb_adbfast}="yes"
ATTR{idProduct}=="09ef", ENV{adb_adbfast}="yes"

# IUNI
ATTR{idVendor}!="271d", GOTO="not_IUNI"
Expand Down Expand Up @@ -385,9 +387,6 @@ ATTR{idVendor}=="1d4d", ENV{adb_user}="yes"
# Philips
ATTR{idVendor}=="0471", ENV{adb_user}="yes"

# Pico i.MX7 Dual Development Board
SUBSYSTEM=="usb", ATTR{idVendor}=="18d1", ATTR{idProduct}=="4ee7", MODE="0660", GROUP="plugdev", SYMLINK+="android%n"%

# PMC-Sierra
ATTR{idVendor}=="04da", ENV{adb_user}="yes"

Expand Down

0 comments on commit d91c7c7

Please sign in to comment.