Update 51-android.rules

adds the Pico i.MX7 Dual Development Board
all fame goes to @johnjohndoe
https://gist.github.com/johnjohndoe/a67d1558d01cb79bf6347beb35722ece
This commit is contained in:
Joergi 2017-11-03 21:08:42 +01:00 committed by GitHub
parent 99d7f08b57
commit 57501c8145
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -375,6 +375,9 @@ 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"