diff options
author | Jens Seidel <jens.seidel@mathematik.tu-chemnitz.de> | 2014-01-03 11:31:58 -0600 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2014-01-03 11:32:26 -0600 |
commit | d57a85df7ff36ed75c83500f1af8cd179938b23b (patch) | |
tree | 88e465b5328815f5a3563db45f7f6677ec9a7e28 | |
parent | 03d20eacdf8d36de34bf244ebf5ce765c19dbe31 (diff) | |
download | ModemManager-MM_06.tar.gz |
mbm: add another C5621 IDMM_06
This device ID is used in a Lenovo Helix.
-rw-r--r-- | plugins/77-mm-ericsson-mbm.rules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/77-mm-ericsson-mbm.rules b/plugins/77-mm-ericsson-mbm.rules index 6a5ec8f29..fa94eceef 100644 --- a/plugins/77-mm-ericsson-mbm.rules +++ b/plugins/77-mm-ericsson-mbm.rules @@ -54,6 +54,9 @@ ATTRS{idVendor}=="0bdb", ATTRS{idProduct}=="1926", ENV{ID_MM_ERICSSON_MBM}="1" # Ericsson C3304w ATTRS{idVendor}=="0bdb", ATTRS{idProduct}=="1928", ENV{ID_MM_ERICSSON_MBM}="1" +# Ericsson C5621 TFF +ATTRS{idVendor}=="0bdb", ATTRS{idProduct}=="1936", ENV{ID_MM_ERICSSON_MBM}="1" + # Sony-Ericsson MD300 ATTRS{idVendor}=="0fce", ATTRS{idProduct}=="d0cf", ENV{ID_MM_ERICSSON_MBM}="1" |