From 1050e7a49eadffe06fbf742300f6ecfeb2a326b7 Mon Sep 17 00:00:00 2001 From: "Stig M. Baugstø" <1129097-stigma@users.noreply.gitlab.freedesktop.org> Date: Wed, 23 Oct 2024 17:11:32 +0200 Subject: simtech: disable QMI PCO for SIM7100E preventing delayed modem crash MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/issues/884 Signed-off-by: Stig M. Baugstø <1129097-stigma@users.noreply.gitlab.freedesktop.org> --- src/plugins/simtech/77-mm-simtech-port-types.rules | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') 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" -- cgit v1.2.3-70-g09d2