aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2022-04-15 15:22:23 +0200
committerAleksander Morgado <aleksander@aleksander.es>2022-04-15 15:23:53 +0200
commit4207ee61b75e754785d8e94046642a61303c6e7d (patch)
tree4f4dac4f7cf82710a369b206e1af569f9d5aa6aa
parent96fb4259068d03cbb20342660aff8814418e6df0 (diff)
huawei: disable +CPOL based features in Huawei E226
Issue and bugfix suggestion by Alex Leopoldo VillacĂ­s Lasso. Fixes https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/issues/552
-rw-r--r--plugins/huawei/77-mm-huawei-net-port-types.rules3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/huawei/77-mm-huawei-net-port-types.rules b/plugins/huawei/77-mm-huawei-net-port-types.rules
index 214d7bc4..fed7da06 100644
--- a/plugins/huawei/77-mm-huawei-net-port-types.rules
+++ b/plugins/huawei/77-mm-huawei-net-port-types.rules
@@ -31,4 +31,7 @@ ATTRS{idVendor}=="12d1", ATTRS{idProduct}=="1506", ENV{ID_MM_HUAWEI_NDISDUP_SUPP
# R215, Disable CPOL based features
ATTRS{idVendor}=="12d1", ATTRS{idProduct}=="1588", ENV{ID_MM_PREFERRED_NETWORKS_CPOL_DISABLED}="1"
+# E226, Disable CPOL based features
+ATTRS{idVendor}=="12d1", ATTRS{idProduct}=="1003", ENV{ID_MM_PREFERRED_NETWORKS_CPOL_DISABLED}="1"
+
LABEL="mm_huawei_port_types_end"