aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLukas Voegl <lvoegl@tdt.de>2024-01-19 16:07:31 +0100
committerAleksander Morgado <aleksander@aleksander.es>2024-01-25 15:02:59 +0000
commit030ec7c5bb0cde247c3d0300e121d5e8804cd905 (patch)
tree998c06ef0f5027f989964f6af9fb6cfd5281dfe5 /src
parent7ad85d2bff6cc6b4b5e5541f0871985bb570d1ac (diff)
cinterion: change secondary port to ppp on PLS8
Signed-off-by: Lukas Voegl <lvoegl@tdt.de>
Diffstat (limited to 'src')
-rw-r--r--src/plugins/cinterion/77-mm-cinterion-port-types.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/cinterion/77-mm-cinterion-port-types.rules b/src/plugins/cinterion/77-mm-cinterion-port-types.rules
index d5071335..77f3b8ab 100644
--- a/src/plugins/cinterion/77-mm-cinterion-port-types.rules
+++ b/src/plugins/cinterion/77-mm-cinterion-port-types.rules
@@ -16,7 +16,7 @@ ATTRS{idVendor}=="1e2d", ATTRS{idProduct}=="0053", ENV{.MM_USBIFNUM}=="01", SUBS
# ttyACM2 (if #4): GPS data port
# ttyACM3 (if #6): unknown
# ttyACM4 (if #8): unknown
-ATTRS{idVendor}=="1e2d", ATTRS{idProduct}=="0061", ENV{.MM_USBIFNUM}=="00", SUBSYSTEM=="tty", ENV{ID_MM_PORT_TYPE_AT_SECONDARY}="1"
+ATTRS{idVendor}=="1e2d", ATTRS{idProduct}=="0061", ENV{.MM_USBIFNUM}=="00", SUBSYSTEM=="tty", ENV{ID_MM_PORT_TYPE_AT_PPP}="1"
ATTRS{idVendor}=="1e2d", ATTRS{idProduct}=="0061", ENV{.MM_USBIFNUM}=="02", SUBSYSTEM=="tty", ENV{ID_MM_PORT_TYPE_AT_PRIMARY}="1"
ATTRS{idVendor}=="1e2d", ATTRS{idProduct}=="0061", ENV{.MM_USBIFNUM}=="04", SUBSYSTEM=="tty", ENV{ID_MM_PORT_TYPE_GPS}="1"
ATTRS{idVendor}=="1e2d", ATTRS{idProduct}=="0061", ENV{.MM_USBIFNUM}=="06", ENV{ID_MM_PORT_IGNORE}="1"