diff options
author | Stig M. Baugstø <1129097-stigma@users.noreply.gitlab.freedesktop.org> | 2024-10-23 17:11:32 +0200 |
---|---|---|
committer | Stig M. Baugstø <1129097-stigma@users.noreply.gitlab.freedesktop.org> | 2024-10-24 15:23:32 +0200 |
commit | 1050e7a49eadffe06fbf742300f6ecfeb2a326b7 (patch) | |
tree | 1da165f780476d830e91ec1c1589881c70801588 | |
parent | 0c167a51248cf9ff73f6f832e3d14e475a860e55 (diff) |
simtech: disable QMI PCO for SIM7100E preventing delayed modem crash
Fixes https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/issues/884
Signed-off-by: Stig M. Baugstø <1129097-stigma@users.noreply.gitlab.freedesktop.org>
-rw-r--r-- | src/plugins/simtech/77-mm-simtech-port-types.rules | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/simtech/77-mm-simtech-port-types.rules b/src/plugins/simtech/77-mm-simtech-port-types.rules index 13aaf7db..9dcf60a4 100644 --- a/src/plugins/simtech/77-mm-simtech-port-types.rules +++ b/src/plugins/simtech/77-mm-simtech-port-types.rules @@ -36,6 +36,8 @@ ATTRS{idVendor}=="1e0e", ATTRS{idProduct}=="9001", ENV{.MM_USBIFNUM}=="01", SUBS ATTRS{idVendor}=="1e0e", ATTRS{idProduct}=="9001", ENV{.MM_USBIFNUM}=="02", SUBSYSTEM=="tty", ENV{ID_MM_PORT_TYPE_AT_PRIMARY}="1" ATTRS{idVendor}=="1e0e", ATTRS{idProduct}=="9001", ENV{.MM_USBIFNUM}=="03", SUBSYSTEM=="tty", ENV{ID_MM_PORT_TYPE_AT_SECONDARY}="1" ATTRS{idVendor}=="1e0e", ATTRS{idProduct}=="9001", ENV{.MM_USBIFNUM}=="04", SUBSYSTEM=="tty", ENV{ID_MM_PORT_TYPE_AUDIO}="1" +# Disable QMI WDS PCO +ATTRS{idVendor}=="1e0e", ATTRS{idProduct}=="9001", ENV{ID_MM_QMI_PCO_DISABLED}="1" # SIM7070, SIM7080, SIM7090 (default layout)... ATTRS{idVendor}=="1e0e", ATTRS{idProduct}=="9205", ENV{.MM_USBIFNUM}=="00", SUBSYSTEM=="tty", ENV{ID_MM_PORT_TYPE_QCDM}="1" |