diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2019-11-17 10:20:35 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2019-11-27 10:11:43 +0000 |
commit | 1bd6980510e4f8f4471debff173845cd67fe8ccb (patch) | |
tree | ed7a43a848714082350f434dbb31834f69daad46 | |
parent | 95dd8aaf9043a70bc7fb84c01b57af2d7578666b (diff) |
plugins: add README explaining plugin relationships
-rw-r--r-- | plugins/README.txt | 155 |
1 files changed, 155 insertions, 0 deletions
diff --git a/plugins/README.txt b/plugins/README.txt new file mode 100644 index 00000000..6e466d21 --- /dev/null +++ b/plugins/README.txt @@ -0,0 +1,155 @@ + +The following list shows the relationship among the different plugins provided +by default by ModemManager. For each of the plugin types, the list of modem +objects created by the plugin is given. + + * Altair: + ** MMBroadbandModemAltairLte + + * Anydata: + ** MMBroadbandModemQmi (generic) + ** MMBroadbandModemAnydata + + * Cinterion: + ** MMBroadbandModemQmiCinterion + ** MMBroadbandModemCinterion + + * Dell: + ** MMBroadbandModemQmi (generic) + ** MMBroadbandModemFoxconnT77w968 (from the Foxconn utils) + ** MMBroadbandModemMbimXmm (from the XMM utils) + ** MMBroadbandModemMbim (generic) + ** MMBroadbandModemNovatel (from the Novatel utils) + ** MMBroadbandModemSierra (from the Sierra Legacy utils) + ** MMBroadbandModemTelit (from the Telit utils) + ** MMBroadbandModemXmm (from the XMM utils) + ** MMBroadbandModem (generic) + + * D-Link: + ** MMBroadbandModemQmi (generic) + ** MMBroadbandModem (generic) + + * Fibocom: + ** MMBroadbandModemMbimXmm (from the XMM utils) + ** MMBroadbandModemMbim (generic) + ** MMBroadbandModemXmm (from the XMM utils) + ** MMBroadbandModem (generic) + + * Foxconn: + ** MMBroadbandModemQmi (generic) + ** MMBroadbandModemFoxconnT77w968 + ** MMBroadbandModemMbim (generic) + ** MMBroadbandModem (generic) + + * Generic: + ** MMBroadbandModemQmi (generic) + ** MMBroadbandModemMbim (generic) + ** MMBroadbandModem (generic) + + * Haier: + ** MMBroadbandModem (generic) + + * Huawei: + ** MMBroadbandModemQmi (generic) + ** MMBroadbandModemMbim (generic) + ** MMBroadbandModemHuawei + + * Icera (no explicit plugin): + ** MMBroadbandModemIcera + + * Iridium: + ** MMBroadbandModemIridium + + * Linktop: + ** MMBroadbandModemLinktop + + * Longcheer: + ** MMBroadbandModemLongcheer + + * MBM: + ** MMBroadbandModemMbim (generic) + ** MMBroadbandModemMbm + + * Motorola: + ** MMBroadbandModemMotorola + + * Mtk: + ** MMBroadbandModemMtk + + * Nokia: + ** MMBroadbandModemNokia + + * Nokia Icera: + ** MMBroadbandModemIcera (from the Icera utils) + + * Novatel: + ** MMBroadbandModemQmi (generic) + ** MMBroadbandModemNovatel + + * Novatel LTE: + ** MMBroadbandModemNovatelLte + + * Option: + ** MMBroadbandModemOption + + * Option HSO: + ** MMBroadbandModemHso + + * Pantech: + ** MMBroadbandModemQmi (generic) + ** MMBroadbandModemPantech + + * Quectel: + ** MMBroadbandModemQmiQuectel + ** MMBroadbandModemQuectel + + * Samsung: + ** MMBroadbandModemSamsung (subclassed from the Icera utils) + + * Sierra Legacy: + ** MMBroadbandModemSierraIcera (subclassed from the Icera utils) + ** MMBroadbandModemSierra + + * Sierra: + ** MMBroadbandModemQmi (generic) + ** MMBroadbandModemMbim (generic) + ** MMBroadbandModem (generic) + + * Simtech: + ** MMBroadbandModemQmiSimtech + ** MMBroadbandModemSimtech + + * Telit: + ** MMBroadbandModemQmi (generic) + ** MMBroadbandModemMbimTelit + ** MMBroadbandModemTelit + + * Thuraya + ** MMBroadbandModemThuraya + + * TP-Link: + ** MMBroadbandModemQmi (generic) + ** MMBroadbandModem (generic) + + * u-blox: + ** MMBroadbandModemUblox + + * via: + ** MMBroadbandModemVia + + * wavecom: + ** MMBroadbandModemWavecom + + * x22x: + ** MMBroadbandModemQmi (generic) + ** MMBroadbandModemX22x + + * XMM (no explicit plugin): + ** MMBroadbandModemMbimXmm + ** MMBroadbandModemXmm + + * ZTE + ** MMBroadbandModemQmi (generic) + ** MMBroadbandModemMbim (generic) + ** MMBroadbandModemZteIcera (subclassed from the Icera utils) + ** MMBroadbandModemZte |