Skip to content

Commit

Permalink
feat: add Fibocom vendor and FG180 modem product (M0Rf30#336)
Browse files Browse the repository at this point in the history
Co-authored-by: Elliot Huang <[email protected]>
  • Loading branch information
binarycraft007 and Elliot Huang authored Nov 11, 2024
1 parent 48f182f commit a5464f1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions 51-android.rules
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit a5464f1

Please sign in to comment.