Skip to content

Commit

Permalink
add support for Fibocom FG180 modem
Browse files Browse the repository at this point in the history
  • Loading branch information
Elliot Huang committed Nov 11, 2024
1 parent 48f182f commit 479261a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions 51-android.rules
Original file line number Diff line number Diff line change
Expand Up @@ -1025,6 +1025,9 @@ LABEL="not_ZTE"
# Verifone
ATTR{idVendor}=="11ca", GOTO="user"

# Fibocom
ATTR{idVendor}=="2cb7", ATTR{idProduct}=="010b", GOTO="adbcdc"

# No android devices found
GOTO="android_usb_rules_end"

Expand Down

0 comments on commit 479261a

Please sign in to comment.