Add ZTE P685M LTE Cat4 modem (#211)

This modem is used in ZTE MF283+ router and exposes usable ADB
interface. Modem is also usable as a standalone MiniCard device.

Ref: https://github.com/openwrt/openwrt/pull/3841
This commit is contained in:
Lech Perczak 2021-05-11 23:39:46 +02:00 committed by GitHub
parent 77f9252fbe
commit ad2d9cbf5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -732,6 +732,8 @@ ATTR{idVendor}!="19d2", GOTO="not_ZTE"
ATTR{idProduct}=="1351", ENV{adb_adb}="yes"
# Blade S (Crescent, Orange San Francisco 2) (1355=normal,1354=debug)
ATTR{idProduct}=="1354", ENV{adb_adb}="yes"
# P685M LTE modem
ATTR{idProduct}=="1275", ENV{adb_user}="yes"
GOTO="android_usb_rule_match"
LABEL="not_ZTE"