From ad2d9cbf5a0c6f1793b7c35320b72e8d40d5c2c6 Mon Sep 17 00:00:00 2001 From: Lech Perczak Date: Tue, 11 May 2021 23:39:46 +0200 Subject: [PATCH] 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 --- 51-android.rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/51-android.rules b/51-android.rules index 2fd8e28..1b6fd81 100644 --- a/51-android.rules +++ b/51-android.rules @@ -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"