diff options
author | RICCIARDI-Adrien <adrien.ricciardi@hotmail.fr> | 2024-02-12 23:25:13 +0100 |
---|---|---|
committer | Adrien Ricciardi <adrien.ricciardi@hotmail.fr> | 2024-02-12 22:34:01 +0000 |
commit | ef126455b880a68ace0c58a2f0b29c41828e2509 (patch) | |
tree | 3544d3eaf37e43876f53093d2f7b1138961e97fa /src | |
parent | b61adb162621121f505acc834229ef5b5547047a (diff) |
plugins: mtk: Added MT6229 USB modem support.
This modem is used for instance on the CAT B100 phone.
Signed-off-by: RICCIARDI-Adrien <adrien.ricciardi@hotmail.fr>
Diffstat (limited to 'src')
-rw-r--r-- | src/plugins/mtk/77-mm-mtk-legacy-port-types.rules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/mtk/77-mm-mtk-legacy-port-types.rules b/src/plugins/mtk/77-mm-mtk-legacy-port-types.rules index e0bb706c..2c918646 100644 --- a/src/plugins/mtk/77-mm-mtk-legacy-port-types.rules +++ b/src/plugins/mtk/77-mm-mtk-legacy-port-types.rules @@ -31,6 +31,10 @@ ATTRS{idVendor}=="0e8d", ATTRS{idProduct}=="00a7", ENV{.MM_USBIFNUM}=="02", SUBS ATTRS{idVendor}=="0e8d", ATTRS{idProduct}=="00a7", ENV{.MM_USBIFNUM}=="03", SUBSYSTEM=="tty", ENV{ID_MM_PORT_TYPE_AT_SECONDARY}="1" ATTRS{idVendor}=="0e8d", ATTRS{idProduct}=="00a7", ENV{ID_MM_MTK_TAGGED}="1" +ATTRS{idVendor}=="0e8d", ATTRS{idProduct}=="0023", ENV{.MM_USBIFNUM}=="02", SUBSYSTEM=="tty", ENV{ID_MM_PORT_TYPE_AT_PRIMARY}="1" +ATTRS{idVendor}=="0e8d", ATTRS{idProduct}=="0023", ENV{.MM_USBIFNUM}=="03", SUBSYSTEM=="tty", ENV{ID_MM_PORT_TYPE_AT_SECONDARY}="1" +ATTRS{idVendor}=="0e8d", ATTRS{idProduct}=="0023", ENV{ID_MM_MTK_TAGGED}="1" + GOTO="mm_mtk_legacy_port_types_end" # D-Link devices --------------------------- |