From a5464f18829bc99f37c4b94044f6403ab3215225 Mon Sep 17 00:00:00 2001 From: binarycraft007 <107379182+binarycraft007@users.noreply.github.com> Date: Mon, 11 Nov 2024 19:01:52 +0800 Subject: [PATCH] feat: add Fibocom vendor and FG180 modem product (#336) Co-authored-by: Elliot Huang --- 51-android.rules | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/51-android.rules b/51-android.rules index 21caa5f..4c26894 100644 --- a/51-android.rules +++ b/51-android.rules @@ -199,6 +199,13 @@ ATTR{idProduct}=="0018", GOTO="adbptp" GOTO="android_usb_rules_end" LABEL="not_Fuzhou" +# Fibocom +ATTR{idVendor}!="2cb7", GOTO="not_Fibocom" +# FG180_NA +ATTR{idProduct}=="010b", GOTO="adbcdc" +GOTO="android_usb_rules_end" +LABEL="not_Fibocom" + # Garmin-Asus (Need product specific rules) #ATTR{idVendor}=="091e", GOTO="user"