From 0452a8cfe3e19028d6040e8d54e8ce78ed45894d Mon Sep 17 00:00:00 2001 From: Vitalii Dmitriev Date: Mon, 21 Sep 2020 13:23:32 +0300 Subject: [PATCH] Add Yandex Phone (#195) * Add Yandex Phone * Remove duplication, add info about Yandex Phone --- 51-android.rules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/51-android.rules b/51-android.rules index a87f9d0..8e354e0 100644 --- a/51-android.rules +++ b/51-android.rules @@ -141,7 +141,8 @@ ATTR{idVendor}!="18d1", GOTO="not_Google" # Nexus, Pixel, Pixel XL, Pixel 2, Pixel 2XL (4ee2=mtp,adb 4ee4=rndis,adb 4ee6=ptp,adb 4ee7=adb 4ee9=midi,adb 2d01=accessory,adb 2d03=audio_source,adb 2d05=accessory,audio_source,adb) # See https://android.googlesource.com/device/google/wahoo/+/master/init.hardware.usb.rc # OnePlus 6, 4ee1=charging, 4ee2=MTP+debug, 4ee6=PTP+debug, 4ee7=charging+debug -# Pico i.MX7 Dual Development Board 4ee7=debug +# Pico i.MX7 Dual Development Board 4ee7=debug +# Yandex Phone 4ee7=debug ATTR{idProduct}=="4ee0", ENV{adb_adbfast}="yes" ATTR{idProduct}=="4ee2", ENV{adb_adb}="yes" ATTR{idProduct}=="4ee4", ENV{adb_adb}="yes"