aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Krasnoshchekov <petr.krasnoshchekov@wirenboard.ru>2023-10-09 12:43:20 +0500
committerAleksander Morgado <aleksandermj@chromium.org>2023-12-01 12:50:51 +0000
commit59b82a2f97895cc3d36fd90000945063ce5302fc (patch)
treecaa1b21588140601b9c376256520ce38d44348b4
parentd40d15608179212f3278a7dda650a48e07786927 (diff)
simtech: add port type hints for A7600E-H, A7602E-H
-rw-r--r--src/plugins/simtech/77-mm-simtech-port-types.rules5
1 files changed, 5 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 e51a60dd..13aaf7db 100644
--- a/src/plugins/simtech/77-mm-simtech-port-types.rules
+++ b/src/plugins/simtech/77-mm-simtech-port-types.rules
@@ -56,4 +56,9 @@ ATTRS{idVendor}=="1e0e", ATTRS{idProduct}=="9206", ENV{.MM_USBIFNUM}=="05", SUBS
# Disable CPOL based features
ATTRS{idVendor}=="1e0e", ATTRS{idProduct}=="9206", ENV{ID_MM_PREFERRED_NETWORKS_CPOL_DISABLED}="1"
+# SIM A7600E-H, A7602E-H
+ATTRS{idVendor}=="1e0e", ATTRS{idProduct}=="9011", ENV{.MM_USBIFNUM}=="02", ENV{ID_MM_PORT_IGNORE}="1"
+ATTRS{idVendor}=="1e0e", ATTRS{idProduct}=="9011", ENV{.MM_USBIFNUM}=="04", ENV{ID_MM_PORT_TYPE_AT_PRIMARY}="1"
+ATTRS{idVendor}=="1e0e", ATTRS{idProduct}=="9011", ENV{.MM_USBIFNUM}=="05", ENV{ID_MM_PORT_TYPE_AT_PPP}="1"
+
LABEL="mm_simtech_port_types_end"