From 59b82a2f97895cc3d36fd90000945063ce5302fc Mon Sep 17 00:00:00 2001 From: Petr Krasnoshchekov Date: Mon, 9 Oct 2023 12:43:20 +0500 Subject: simtech: add port type hints for A7600E-H, A7602E-H --- src/plugins/simtech/77-mm-simtech-port-types.rules | 5 +++++ 1 file changed, 5 insertions(+) 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" -- cgit v1.2.3-70-g09d2