diff --git a/51-android.rules b/51-android.rules index 196293a..871dae9 100644 --- a/51-android.rules +++ b/51-android.rules @@ -148,7 +148,7 @@ ATTR{idVendor}=="091e", ENV{adb_user}="yes" # Google ATTR{idVendor}!="18d1", GOTO="not_Google" -# Nexus, Pixel, Pixel XL, Pixel 2, Pixel 2XL (4ee1=mtp, 4ee2=mtp,adb 4ee3=rndis, 4ee4=rndis,adb 4ee5=ptp, 4ee6=ptp,adb 4ee7=adb 4ee8=midi, 4ee9=midi,adb 2d01=accessory,adb 2d03=audio_source,adb 2d05=accessory,audio_source,adb) +# Nexus, Pixel, Pixel XL, Pixel 2, Pixel 2XL (4ee1=mtp, 4ee2=mtp,adb 4ee3=rndis, 4ee4=rndis,adb 4ee5=ptp, 4ee6=ptp,adb 4ee7=adb 4ee8=midi, 4ee9=midi,adb 2d00=accessory 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 @@ -165,6 +165,7 @@ ATTR{idProduct}=="5201", ENV{adb_fast}="yes" ATTR{idProduct}=="5203", ENV{adb_adb}="yes" ATTR{idProduct}=="5208", ENV{adb_adb}="yes" +ATTR{idProduct}=="2d00", ENV{adb_adb}="yes" ATTR{idProduct}=="2d01", ENV{adb_adb}="yes" ATTR{idProduct}=="2d03", ENV{adb_adb}="yes" ATTR{idProduct}=="2d05", ENV{adb_adb}="yes"