From aa4a6d8ead2e1ff909fa1ff96bb9f938ecfee01f Mon Sep 17 00:00:00 2001 From: vorlon77 <42155352+vorlon77@users.noreply.github.com> Date: Mon, 30 May 2022 01:39:50 -0600 Subject: [PATCH] Add ZTE Blade A5 2020 (#229) Tested on ZTE Blade A5 2020. --- 51-android.rules | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/51-android.rules b/51-android.rules index 0b83a0f..918d580 100644 --- a/51-android.rules +++ b/51-android.rules @@ -750,6 +750,17 @@ LABEL="not_Zebra" # ZTE ATTR{idVendor}!="19d2", GOTO="not_ZTE" +# ZTE Blade A5 2020 +# mtp,adb +ATTR{idProduct}=="0306", ENV{adb_adb}="yes" +# ptp,adb +ATTR{idProduct}=="0310", ENV{adb_adb}="yes" +# cdrom,adb +ATTR{idProduct}=="0501", ENV{adb_adb}="yes" +# charging,adb +ATTR{idProduct}=="1352", ENV{adb_adb}="yes" +# rndis,adb +ATTR{idProduct}=="1373", ENV{adb_adb}="yes" # Blade (1353=normal,1351=debug) ATTR{idProduct}=="1351", ENV{adb_adb}="yes" # Blade S (Crescent, Orange San Francisco 2) (1355=normal,1354=debug)