Skip to content

Commit

Permalink
Add ZTE Blade A5 2020 (#229)
Browse files Browse the repository at this point in the history
Tested on ZTE Blade A5 2020.
  • Loading branch information
vorlon77 authored May 30, 2022
1 parent 74801c6 commit aa4a6d8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions 51-android.rules
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit aa4a6d8

Please sign in to comment.